-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.28 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
{
"name": "straykitty",
"version": "1.1.0",
"description": "A kitty scripts",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.17.49",
"adm-zip": "^0.6.0",
"browserify": "^17.0.0",
"cpx": "^1.5.0",
"prependify": "^1.3.0",
"tinyify": "^3.0.0",
"typescript": "^4.2.4",
"webextension-polyfill": "^0.7.0"
},
"scripts": {
"clean": "node exportScript.js clean",
"tsc": "npx tsc",
"js": "npm run tsc && node exportScript.js jsexport.js",
"userscript": "npm run tsc && node exportScript.js userscriptmain.js",
"webextension": "npm run tsc && node exportScript.js webextensionmain.js && node exportScript.js jsexport.js-WEB",
"zip": "node -e \"var AdmZip = require('adm-zip'); var zip = new AdmZip(); zip.addLocalFolder('dist'); zip.writeZip('straykitty.zip')\"",
"webextension-release": "npm run webextension && npm run zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xianbaum/StrayKitty.git"
},
"author": "Christian Michael Baum",
"license": "MIT",
"bugs": {
"url": "https://github.com/xianbaum/StrayKitty/issues"
},
"homepage": "https://github.com/xianbaum/StrayKitty#readme"
}