-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 Bytes
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
{
"name": "userscripts",
"version": "1.0.0",
"description": "Collection of userscripts I use regularly, some homemade, some not",
"main": "",
"scripts": {
"build": "node scripts/build-readme.js && git add README.md",
"fix": "prettier --ignore-unknown --write .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eramdam/userscripts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eramdam/userscripts/issues"
},
"homepage": "https://github.com/eramdam/userscripts#readme",
"dependencies": {
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"glob": "^8.0.3",
"prettier": "^2.8.1",
"usercss-meta": "^0.12.0",
"userscript-parser": "^2.2.2"
},
"devDependencies": {
"husky": "^8.0.0"
}
}