-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
73 lines (73 loc) · 1.86 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@strapi-community/dockerize",
"description": "Easy add docker support for a Strapi Project",
"version": "0.0.0-development",
"license": "MIT",
"bin": {
"strapi-strapi-tool-dockerize": "index.js",
"strapi-dockerize": "index.js"
},
"author": "Simen Daehlin <[email protected]> (https://dehlin.dev)",
"keywords": [
"strapi-tool-dockerize",
"Simen Daehlin",
"Strapi",
"Strapi Community"
],
"files": [
"index.js",
"utils",
"templates",
"cli",
"core",
"providers",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\"",
"semantic-release": "semantic-release --branches main",
"commit": "git-cz",
"acp": "git add . && npm run commit",
"lint": "eslint --ext .js --fix \"./**/*.js\""
},
"dependencies": {
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"execa": "5.1.1",
"fs-extra": "^10.1.0",
"liquidjs": "^10.3.3",
"meow": "^9.0.0",
"new-github-issue-url": "^0.2.1",
"node-fetch": "^2.6.7",
"open": "^8.4.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"replace-in-file": "^6.3.5"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"semantic-release": "^21.0.1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/strapi-community/strapi-tool-dockerize.git"
},
"bugs": {
"url": "https://github.com/strapi-community/strapi-tool-dockerize/issues"
},
"homepage": "https://github.com/strapi-community/strapi-tool-dockerize#readme",
"url": "https://github.com/strapi-community/strapi-tool-dockerize",
"openCollective": "https://opencollective.com/strapi/projects/strapi-tool-dockerize",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}