forked from systemfsoftware/constitution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 772 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
{
"name": "constitution",
"description": "The supreme design law of System F Software — stack-neutral, vendored into every consumer repo via git subtree + symlink.",
"main": "index.js",
"scripts": {
"test": "python3 scripts/validate-constitution.py",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/systemfsoftware/constitution.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/systemfsoftware/constitution/issues"
},
"homepage": "https://github.com/systemfsoftware/constitution#readme",
"devDependencies": {
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"husky": "^9.1.7"
}
}