UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

72 lines (71 loc) 1.96 kB
{ "name": "@necord/schematics", "description": "A collection of schematics for Necord projects with NestJS", "version": "1.3.7", "scripts": { "build": "rimraf -rf dist && tsc -p tsconfig.build.json", "postbuild": "npm run copy:collection && npm run copy:lib", "copy:collection": "copyfiles --up 1 src/collection.json dist && copyfiles --up 1 src/**/schema.json dist", "copy:lib": "copyfiles --up 1 src/**/files/**/* dist", "prepublish:npm": "npm run build", "publish:npm": "release-it", "prepublish:dev": "npm run build", "publish:dev": "npm publish --access public --tag dev", "prepare": "husky", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint --ignore-pattern .gitignore {integration,src}/**/*.ts", "test": "jest" }, "schematics": "./dist/collection.json", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist/**/*", "*.md" ], "publishConfig": { "access": "public" }, "author": "Alexey Filippov <socket.someone@gmail.com>", "license": "MIT", "keywords": [ "schematics", "nest", "nestjs-cli", "nestjs", "cli", "inquirer", "necord" ], "dependencies": { "@nestjs/schematics": "11.0.0", "rxjs": "7.8.1" }, "devDependencies": { "@commitlint/cli": "19.6.1", "@commitlint/config-angular": "19.7.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.18.0", "@types/jest": "^29.5.14", "@types/node": "22.10.7", "copyfiles": "2.4.1", "eslint": "^9.18.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.3", "globals": "^15.14.0", "husky": "9.1.7", "jest": "^29.7.0", "prettier": "3.4.2", "release-it": "18.1.1", "rimraf": "6.0.1", "ts-jest": "^29.2.5", "typescript": "5.7.3", "typescript-eslint": "^8.21.0" }, "repository": { "type": "git", "url": "git+https://github.com/necordjs/schematics.git" }, "homepage": "https://github.com/necordjs/schematics.git#readme" }