forked from FHDA/PortalFetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 939 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
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fhda-portalfetch",
"version": "0.0.0",
"description": "This tool/project fetch data from De Anza College / Foothill College portal and save to json file",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FHDA/PortalFetch.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/FHDA/PortalFetch/issues"
},
"homepage": "https://github.com/FHDA/PortalFetch#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^3.0.5"
},
"husky": {
"hooks": {
"commit-msg": "./node_modules/.bin/commitlint -E HUSKY_GIT_PARAMS && ./scripts/pre-commit.sh",
"pre-push": "./scripts/pre-push.sh"
}
}
}