-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 941 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": "@codesyntax/volto-listingadvanced-variation",
"version": "0.13.0",
"description": "volto-listingadvanced-variation: Volto add-on",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"volto-addon",
"volto-variation",
"volto-listing-block",
"volto",
"plone",
"react"
],
"scripts": {
"release": "release-it",
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/codesyntax/volto-listingadvanced-variation.git"
},
"dependencies": {
"@plone/scripts": "*",
"release-it": "^14.14.3"
},
"bugs": {
"url": "https://github.com/codesyntax/volto-listingadvanced-variation/issues"
},
"homepage": "https://github.com/codesyntax/volto-listingadvanced-variation#readme",
"author": "Ion Lizarazu <[email protected]>",
"publishConfig": {
"access": "public"
}
}