@schemifyjs/schematics
Version:
Reusable schematics for scaffolding SchemifyJS projects.
40 lines (39 loc) • 934 B
JSON
{
"name": "@schemifyjs/schematics",
"version": "0.1.20",
"description": "Reusable schematics for scaffolding SchemifyJS projects.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "node ./scripts/update-version.mjs && node ./scripts/copy-assets.mjs",
"build": "tsc",
"release": "npm version patch && npm run build && npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"schemify",
"schematics",
"scaffolding",
"nestjs",
"template"
],
"author": "Schemify Team",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@schemifyjs/types": "^0.1.0",
"fs-extra": "^11.3.0"
},
"engines": {
"node": ">=18"
}
}