-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 887 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
{
"name": "@ecomplus/express-app-boilerplate",
"private": true,
"version": "0.1.1",
"description": "Boilerplate for E-Com Plus apps with Express",
"main": "app/main.js",
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomclub/express-app-boilerplate.git"
},
"keywords": [
"ecomplus",
"ecomplus-app",
"boilerplate",
"express-app",
"app-boilerplate"
],
"author": "E-Com Club <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomclub/express-app-boilerplate/issues"
},
"homepage": "https://github.com/ecomclub/express-app-boilerplate#readme",
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"husky": "^2.4.1",
"standard": "^12.0.1",
"standard-version": "^7.0.0"
}
}