-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 KB
/
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
30
31
32
33
34
35
{
"name": "@mfgopen/awesome-industry4.0",
"version": "0.0.0",
"description": "Curated list of Industry 4.0 research, popular events, open-source software projects and learning resources.",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
"build": "doctoc --title **Contents** --maxlevel 4 README.md",
"postinstall": "doctoc --title **Contents** --maxlevel 4 README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/MfgOpen/awesome-industry4.0"
},
"author": "ManufacturingOpen Foundation <[email protected]> (https://mfgopen.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MfgOpen/awesome-industry4.0/issues"
},
"homepage": "https://mfgopen.com",
"devDependencies": {
"doctoc": "^2.0.0",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"prettier": "^2.3.0"
},
"husky": {
"hooks": {
"pre-commit": "doctoc --title **Contents** --maxlevel 4 README.md"
}
},
"engines": {
"node": ">=12"
}
}