{
  "name": "dsp-engine-stretchtool",
  "version": "1.0.0",
  "description": "Command line utility to timestretch audio",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc && esbuild --format=cjs --target=node20 --platform=node --bundle --outfile=dist/bundle.cjs --minify dist/index.js && node --experimental-sea-config sea-config.json && cp -v $(node -p process.execPath) dist/stretchtool && postject dist/stretchtool NODE_SEA_BLOB dist/sea.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 && rm -f dist/sea.blob"
  },
  "dependencies": {
    "commander": "^11.1.0"
  },
  "devDependencies": {
    "@types/node": "^24.9.0",
    "esbuild": "^0.25.4",
    "postject": "^1.0.0-alpha.6",
    "typescript": "^5.8.3"
  }
}
