forked from HyperSafeD/Sanctifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.2 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.2 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
{
"name": "sanctifier",
"version": "1.0.0",
"description": "[](https://github.com/HyperSafeD/Sanctifier/actions/workflows/ci.yml) [](https://codecov.io/gh/Jayy4rl/Sanctifier) [](https://crates.io/crates/sanctifier-cli) [](LICENSE) [](https://codespaces.new/HyperSafeD/Sanctifier)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"docs:specs:check": "node scripts/validate_docs_specs.js",
"format:db": "prettier --write \"data/**/*.{json,yaml,yml}\" \"schemas/**/*.json\"",
"format:db:check": "prettier --check \"data/**/*.{json,yaml,yml}\" \"schemas/**/*.json\"",
"lint:db": "node scripts/validate_db.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"prettier": "^3.8.3",
"yaml": "^2.8.3"
}
}