-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 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
34
{
"name": "@sign/configuration",
"version": "0.0.1",
"title": ".github",
"icon": {
"emoji": "⚙️"
},
"description": "Default templates and guidelines for `sign` repositories on GitHub.",
"scripts": {
"lint": "npx prettier --check .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sign/.github.git"
},
"author": "Amit Moryossef",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/sign/.github/issues"
},
"homepage": "https://github.com/sign/.github#readme",
"devDependencies": {
"@material-icons/svg": "^1.0.24",
"cordova-res": "^0.15.4",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"pwa-asset-generator": "^6.0.6"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}