-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 998 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 998 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
30
31
32
33
34
35
36
{
"name": "jsdafx",
"version": "0.0.1",
"description": "Digital Audio Effects in JavaScript",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HSU-ANT/jsdafx.git"
},
"scripts": {
"jake": "jake",
"build": "jake",
"watch": "jake all watch",
"clean": "jake clean",
"start": "serve",
"test": "jake test"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"audioworklet-polyfill": "git+https://git@github.com/martinholters/audioworklet-polyfill.git#e677f53a1e8d6a678195ade5a4a05f0630500bd3",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^7.2.1",
"event-target": "^1.2.3",
"handlebars": "^4.7.8",
"html-minifier": "^4.0.0",
"jake": "^10.8.6",
"mime": "^4.1.0",
"prettier": "^3.7.4",
"puppeteer": "^24.34.0",
"rollup": "^4.55.1",
"serve": "^14.2.5",
"terser": "^5.39.0"
}
}