forked from ossf/wg-best-practices-os-developers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 738 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
{
"name": "wg-best-practices-os-developers",
"version": "1.0.0",
"description": "OpenSSF Repository for the Best Practices for OSS Developers WG",
"scripts": {
"format": "npx prettier --write . && npx markdownlint --fix '**/*.md' --ignore node_modules --config .github/linters/.markdown-lint.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ossf/wg-best-practices-os-developers.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ossf/wg-best-practices-os-developers/issues"
},
"homepage": "https://github.com/ossf/wg-best-practices-os-developers#readme",
"devDependencies": {
"markdownlint-cli": "^0.32.2",
"prettier": "^2.7.1"
}
}