-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
40
41
{
"name": "sigqual-generator",
"version": "1.0.0",
"description": "A browser-based tool to generate machine-verifiable test signals",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"build-prod": "webpack --mode=production",
"serve": "webpack serve --mode=development",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LM-Development/SigQual.git"
},
"keywords": [
"tool",
"generator",
"browser",
"dtmf",
"audio",
"signal",
"realtime",
"live"
],
"author": "LM-Development",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/LM-Development/SigQual/issues"
},
"homepage": "https://github.com/LM-Development/SigQual#readme",
"devDependencies": {
"html-webpack-plugin": "^5.6.6",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.105.2",
"webpack-cli": "^7.0.0",
"webpack-dev-server": "^5.2.3"
}
}