UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

69 lines (68 loc) 1.68 kB
{ "name": "@strapi/generate-new", "version": "4.25.12", "description": "Generate a new Strapi application.", "keywords": [ "generate", "generator", "strapi" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./dist/index.js", "module": "./dist/index.mjs", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "./dist" ], "scripts": { "build": "pack-up build && run copy-files", "clean": "run -T rimraf ./dist", "copy-files": "copyfiles -u 1 -a 'src/resources/files/**/*' 'src/resources/dot-files/**/*' 'src/resources/**/*.template' dist", "lint": "run -T eslint .", "test:ts": "run -T tsc --noEmit", "watch": "pack-up watch" }, "dependencies": { "@sentry/node": "6.19.7", "chalk": "^4.1.2", "execa": "5.1.1", "fs-extra": "10.0.0", "inquirer": "8.2.5", "lodash": "4.17.21", "node-fetch": "2.7.0", "node-machine-id": "^1.1.10", "ora": "^5.4.1", "semver": "7.5.4", "tar": "6.2.1" }, "devDependencies": { "@strapi/pack-up": "4.23.0", "copyfiles": "2.4.1" }, "engines": { "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" }, "gitHead": "1cdadce1eebb93015d97ed11348f3a3c2c3f355d" }