UNPKG

@strapi/generators

Version:

Interactive API generator.

75 lines (74 loc) 1.98 kB
{ "name": "@strapi/generators", "version": "5.33.0", "description": "Interactive API generator.", "keywords": [ "strapi", "generators" ], "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": "run -T npm-run-all clean --parallel build:code build:types", "build:code": "run -T run-p build:code:rollup copy-files", "build:code:rollup": "run -T rollup -c", "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly", "clean": "run -T rimraf ./dist", "copy-files": "copyfiles -u 1 -a 'src/templates/**/*' 'src/files/**/*' dist", "lint": "run -T eslint .", "test:ts": "run -T tsc --noEmit", "test:unit": "run -T jest", "test:unit:watch": "run -T jest --watch", "watch": "run -T rollup -c -w" }, "dependencies": { "@sindresorhus/slugify": "1.1.0", "@strapi/typescript-utils": "5.33.0", "@strapi/utils": "5.33.0", "chalk": "4.1.2", "copyfiles": "2.4.1", "fs-extra": "11.2.0", "handlebars": "4.7.7", "jscodeshift": "17.3.0", "lodash": "4.17.21", "plop": "4.0.1", "pluralize": "8.0.0" }, "devDependencies": { "@types/fs-extra": "11.0.4", "@types/jscodeshift": "0.12.0", "eslint-config-custom": "5.33.0", "outdent": "^0.8.0", "tsconfig": "5.33.0" }, "engines": { "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" } }