-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 886 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 886 Bytes
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.53",
"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.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"esbuild-loader": "^2.16.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"js-sha256": "^0.9.0",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.62.2",
"webpack-cli": "^4.9.1"
}
}