generated from ecomplus/application-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@ecomplus/application-starter",
"private": true,
"version": "1.1.0",
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
"main": "functions/index.js",
"scripts": {
"prepare": "npx husky install",
"serve": "sh ./serve.sh",
"deploy": "NODE_ENV=production node ./scripts/firebase-deploy.js",
"release": "standard-version",
"release:starter": "standard-version --prerelease starter",
"publish:market": "node ./scripts/market-publication.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/application-starter.git"
},
"keywords": [
"ecomplus",
"store-api",
"ecomplus-app",
"boilerplate",
"app-boilerplate",
"ecommerce-apps",
"firebase-functions",
"firestore",
"authentication-backend",
"integration-flow",
"express-app"
],
"author": "E-Com Club <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/application-starter/issues"
},
"homepage": "https://github.com/ecomplus/application-starter#readme",
"dependencies": {
"dotenv": "^16.4.5",
"firebase-tools": "^12.9.1",
"uglify-js": "^3.19.3"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"husky": "^8.0.3",
"standard": "^17.1.2",
"standard-version": "^9.3.2"
}
}