forked from cs-education/sysbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 696 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
{
"name": "sysbuild",
"version": "0.0.0",
"private": true,
"description": "A system programming learning environment in the browser",
"repository": {
"type": "git",
"url": "git+https://github.com/cs-education/sysbuild.git"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/cs-education/sysbuild/issues"
},
"homepage": "https://github.com/cs-education/sysbuild#readme",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"husky": "^0.13.2",
"shelljs": "^0.7.7"
},
"scripts": {
"postinstall": "node ./scripts/setup.js",
"precommit": "node ./scripts/git_hooks/pre-commit.js"
}
}