-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 972 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": "@ecomplus/storefront-cms",
"version": "2.0.0",
"description": "Content and page builder for Storefront based on Netlify CMS",
"main": "netlify-cms@2/packages/netlify-cms/src/index.js",
"files": [
"/dist/*"
],
"scripts": {
"postinstall": "husky install",
"build": "bash scripts/build.sh",
"release": "bash scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/storefront-cms.git"
},
"author": "E-Com Club <ti@e-com.club>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/storefront-cms/issues"
},
"homepage": "https://github.com/ecomplus/storefront-cms#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"husky": "^8.0.3",
"ncp": "^2.0.0",
"standard-version": "^9.5.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}