-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
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
35
36
37
38
39
{
"name": "generative-radio",
"version": "1.0.0",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"test": "node ./test/server.js",
"dev": "./node_modules/typescript/bin/tsc -w",
"build": "./node_modules/typescript/bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimitriaatos/generative-radio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dimitriaatos/generative-radio/issues"
},
"homepage": "https://github.com/dimitriaatos/generative-radio#readme",
"dependencies": {
"delay": "^5.0.0",
"freesound-client": "^0.5.0",
"typescript": "^4.5.2",
"url": "^0.11.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsonc": "^2.0.0",
"express": "^4.17.1",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0",
"stylelint-order": "^5.0.0",
"ts-loader": "^9.2.6",
"webpack": "^5.64.4"
}
}