-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 899 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
{
"name": "gm_wrench",
"version": "1.0.0",
"description": "GM_wrench build script.",
"scripts": {
"prepare": "run-s docs minify",
"minify": "google-closure-compiler --language_out=ECMASCRIPT_2017 --js=./src/GM_wrench.js --js_output_file=./dist/GM_wrench.min.js",
"docs": "node ./src/docs/generateDocs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoeJoder/GM_wrench.git"
},
"author": "CoeJoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/CoeJoder/GM_wrench/issues"
},
"homepage": "https://github.com/CoeJoder/GM_wrench#readme",
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.5",
"jsdoc-to-markdown": "^8.0.0",
"jsdom": "^23.0.1",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@types/greasemonkey": "^4.0.7",
"google-closure-compiler": "^20230802.0.0"
}
}