This repository was archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 KB
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
{
"name": "create-recore",
"version": "0.8.0",
"description": "create recore app",
"bin": {
"create-recore-app": "./build/create.js"
},
"homepage": "https://github.com/recore/recore/issues",
"scripts": {
"postversion": "node scripts/change-publish-version.js",
"prepublishOnly": "node scripts/check-publish-folder.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/recore/create-recore-app.git"
},
"bugs": {
"url": "https://github.com/recore/recore/issues"
},
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.12.10",
"@types/pino": "^5.8.1",
"agentkeepalive": "^4.0.0",
"axios": "^0.18.0",
"chalk": "^2.3.0",
"compressing": "^1.2.3",
"cross-spawn": "^6.0.5",
"download": "^7.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"inquirer": "^6.0.0",
"ora": "^3.4.0",
"p-map": "^2.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"ts-loader": "^5.3.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6",
"webpack": "^4.40.0",
"webpack-cli": "^3.3.8",
"yargs-parser": "^10.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}