UNPKG

1.15 kBJSONView Raw
1{
2 "name": "strapi-generate-new",
3 "version": "3.0.0-beta.16.6",
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.6.2",
17 "execa": "^1.0.0",
18 "fs-extra": "^8.0.1",
19 "inquirer": "^6.3.1",
20 "lodash": "^4.17.11",
21 "node-fetch": "^1.7.3",
22 "node-machine-id": "^1.1.10",
23 "ora": "^3.4.0",
24 "uuid": "^3.3.2"
25 },
26 "scripts": {
27 "test": "echo \"no tests yet\""
28 },
29 "author": {
30 "email": "hi@strapi.io",
31 "name": "Strapi team",
32 "url": "http://strapi.io"
33 },
34 "maintainers": [
35 {
36 "name": "Strapi team",
37 "email": "hi@strapi.io",
38 "url": "http://strapi.io"
39 }
40 ],
41 "repository": {
42 "type": "git",
43 "url": "git://github.com/strapi/strapi.git"
44 },
45 "bugs": {
46 "url": "https://github.com/strapi/strapi/issues"
47 },
48 "engines": {
49 "node": ">=10.0.0",
50 "npm": ">=6.0.0"
51 },
52 "license": "MIT",
53 "gitHead": "6305bee43b4405e9a8bc0084f0c7cbd15033d547"
54}