forked from PhoenicisOrg/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 828 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
{
"name": "phoenicis-scripts",
"version": "1.0.0",
"description": "A collection of scripts for Phoenicis",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "eslint --fix -c .eslintrc.yml ./**/*.js",
"json-align": "find . -name \"*.json\" ! -name \"package.json\" ! -name \"package-lock.json\" -print0 | xargs -0 json-align -i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhoenicisOrg/scripts.git"
},
"keywords": [
"phoenicis",
"wine"
],
"license": "LPGPL-3.0",
"bugs": {
"url": "https://github.com/PhoenicisOrg/scripts/issues"
},
"homepage": "https://github.com/PhoenicisOrg/scripts",
"devDependencies": {
"eslint": "^8.9.0",
"json-align": "^0.1.0"
}
}