UNPKG

create-dacc-app

Version:

A package to scaffold a dacc app environment with TypeScript

41 lines 974 B
{ "name": "create-dacc-app", "version": "0.1.1-alpha.1", "description": "A package to scaffold a dacc app environment with TypeScript", "main": "dist/index.js", "type": "module", "files": [ "dist" ], "bin": { "create-dacc-app": "./dist/index.esm.js" }, "keywords": [ "dacc", "scaffold", "typescript" ], "author": "Your Name", "license": "MIT", "dependencies": { "fs-extra": "^10.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/fs-extra": "^9.0.13", "@types/node": "^14.18.63", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.1.1", "rollup": "^4.21.2", "ts-node": "^10.4.0", "typescript": "^4.5.4", "dacc": "0.1.0" }, "scripts": { "build": "rm -rf dist/ && rollup -c" } }