-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (36 loc) · 957 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
36
37
{
"name": "sharinghub",
"version": "0.0.1",
"description": "Sharinghub is a project that help organizing volunteering activities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js backend/**/*.js"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscdut/sharinghub.git"
},
"author": "GDSC-DUT",
"license": "ISC",
"bugs": {
"url": "https://github.com/dscdut/sharinghub/issues"
},
"homepage": "https://github.com/dscdut/sharinghub#readme",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"@babel/eslint-parser": "^7.19.1"
},
"dependencies": {
}
}