UNPKG

1.17 kBJSONView Raw
1{
2 "name": "strapi-generate-new",
3 "version": "3.0.0-beta.18.7",
4 "description": "Generate a new Strapi application.",
5 "homepage": "http://strapi.io",
6 "keywords": [
7 "generate",
8 "generator",
9 "strapi"
10 ],
11 "main": "./lib/index.js",
12 "directories": {
13 "lib": "./lib"
14 },
15 "dependencies": {
16 "@sentry/node": "^5.7.1",
17 "chalk": "^2.4.2",
18 "execa": "^1.0.0",
19 "fs-extra": "^8.0.1",
20 "inquirer": "^6.3.1",
21 "lodash": "^4.17.11",
22 "node-fetch": "^1.7.3",
23 "node-machine-id": "^1.1.10",
24 "ora": "^3.4.0",
25 "uuid": "^3.3.2"
26 },
27 "scripts": {
28 "test": "echo \"no tests yet\""
29 },
30 "author": {
31 "email": "hi@strapi.io",
32 "name": "Strapi team",
33 "url": "http://strapi.io"
34 },
35 "maintainers": [
36 {
37 "name": "Strapi team",
38 "email": "hi@strapi.io",
39 "url": "http://strapi.io"
40 }
41 ],
42 "repository": {
43 "type": "git",
44 "url": "git://github.com/strapi/strapi.git"
45 },
46 "bugs": {
47 "url": "https://github.com/strapi/strapi/issues"
48 },
49 "engines": {
50 "node": ">=10.0.0",
51 "npm": ">=6.0.0"
52 },
53 "license": "MIT",
54 "gitHead": "761ad68392c64a43507fa819640289e7e8224cd3"
55}