forked from Fr0stbyteR/faust2webaudio
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 887 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "faust2webaudio",
"version": "0.6.81",
"description": "Generate WebAudio Node from Faust code.",
"main": "./dist/index.min.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "webpack --mode development",
"dist": "npm run build && webpack --mode production"
},
"author": "Grame-CNCM",
"repository": "http://github.com/grame-cncm/faust2webaudio",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@types/emscripten": "^1.39.5",
"@types/node": "^16.11.13",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"esbuild-loader": "^2.17.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"js-sha256": "^0.9.0",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}