UNPKG

create-nex-app

Version:

create websites using my preferred stack

44 lines (43 loc) 989 B
{ "name": "create-nex-app", "version": "1.0.8", "description": "create websites using my preferred stack", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -b", "start": "ts-node src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/nexxeln/create-nex-app.git" }, "keywords": [ "create-nex-app", "next.js", "tRPC", "tailwind", "init.tips", "typescript" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/nexxeln/create-nex-app/issues" }, "homepage": "https://github.com/nexxeln/create-nex-app#readme", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^17.0.35", "@types/yargs": "^17.0.10", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, "dependencies": { "fs-extra": "^10.1.0", "yargs": "^17.5.1" }, "bin": { "create-nex-app": "./dist/index.js" } }