forked from mlsof21/voice-dim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
40
41
42
43
44
45
46
47
{
"name": "voice-dim",
"version": "1.0.2",
"description": "Perform common DIM actions by using speech recognition.",
"main": "dist/js/voice-dim.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"zip": "npm run build && python scripts/build.py",
"build": "webpack --env mode=production --config webpack.config.js",
"watch": "webpack --env mode=development --config webpack.config.js --progress --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/mlsof21/voice-dim.git"
},
"keywords": [
"Voice DIM",
"DIM Voice",
"Destiny",
"2",
"speech",
"recognition",
"voice"
],
"author": "mlsof21",
"license": "ISC",
"bugs": {
"url": "https://github.com/mlsof21/voice-dim/issues"
},
"homepage": "https://github.com/mlsof21/voice-dim#readme",
"dependencies": {
"bungie-api-ts": "^4.18.0",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/web": "^0.0.1",
"@typescript/lib-dom": "npm:@types/web@^0.0.71",
"copy-webpack-plugin": "^11.0.0",
"dotenv-webpack": "^8.0.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}