forked from hvianna/audioMotion.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 872 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
30
31
32
33
34
{
"name": "audioMotion",
"private": true,
"scripts": {
"start": "node ./src/server.js",
"build": "webpack",
"pack": "pkg . --out-path ./bin/"
},
"bin": "src/server.js",
"pkg": {
"assets": "public/**/*"
},
"author": "Henrique Vianna <[email protected]> (https://henriquevianna.com)",
"license": "AGPL-3.0",
"devDependencies": {
"audiomotion-analyzer": "^3.6.0",
"buffer": "^6.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.3",
"express": "^4.16.4",
"mini-css-extract-plugin": "^2.4.4",
"music-metadata-browser": "^2.5.0",
"notie": "^4.3.1",
"open": "7.4.2",
"process": "^0.11.10",
"readline-sync": "^1.4.10",
"semver": "^7.3.5",
"serve-index": "^1.9.1",
"sortablejs": "1.10.2",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {}
}