UNPKG

@schemifyjs/core

Version:

Core module of the SchemifyJS CLI. Provides reusable functions such as scaffolding, template handling, and general utilities.

54 lines (53 loc) 1.38 kB
{ "name": "@schemifyjs/core", "version": "0.1.49", "description": "Core module of the SchemifyJS CLI. Provides reusable functions such as scaffolding, template handling, and general utilities.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "templates" ], "scripts": { "prebuild": "node ./scripts/update-version.mjs", "build": "tsc", "release": "npm version patch && npm run build && npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "schemify", "core", "scaffolding", "template", "monorepo", "utils" ], "author": "Schemify Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Schemify/schemify" }, "bugs": { "url": "https://github.com/Schemify/schemify/issues" }, "homepage": "https://github.com/Schemify/schemify#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@angular-devkit/schematics-cli": "^20.0.3", "@types/fs-extra": "^11.0.4", "typescript": "^5.8.3" }, "dependencies": { "@schemifyjs/schematics": "^0.1.2", "@schemifyjs/types": "^0.1.0", "execa": "^9.6.0", "fs-extra": "^11.3.0" }, "engines": { "node": ">=18" } }