UNPKG

@eljs/create

Version:
57 lines 1.3 kB
{ "name": "@eljs/create", "version": "1.3.1", "description": "Create a project from a remote template.", "keywords": [ "eljs", "create", "template" ], "homepage": "https://github.com/chnliquan/eljs/tree/master/packages/create#readme", "bugs": { "url": "https://github.com/chnliquan/eljs/issues" }, "repository": { "type": "git", "url": "https://github.com/chnliquan/eljs.git", "directory": "packages/create" }, "license": "MIT", "author": "liquan", "main": "lib/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", "bin": { "create": "bin/create.js" }, "files": [ "esm/*", "lib/*", "bin/*" ], "dependencies": { "commander": "^13.1.0", "dayjs": "^1.11.13", "ora": "^5.4.1", "sort-package-json": "^3.0.0", "typescript": "5.2.2", "update-notifier": "^5.1.0", "@eljs/pluggable": "1.3.1", "@eljs/utils": "1.3.1" }, "devDependencies": { "@types/update-notifier": "^6.0.8" }, "engines": { "node": ">=16.20.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "scripts": { "build": "father build", "clean": "rimraf lib && rimraf esm && rimraf node_modules/.cache/father", "dev": "father dev" } }