UNPKG

create-dacc

Version:

A package to scaffold a dacc app environment with TypeScript

39 lines 947 B
{ "name": "create-dacc", "version": "0.13.20", "description": "A package to scaffold a dacc app environment with TypeScript", "main": "dist/index.js", "type": "module", "files": [ "dist" ], "bin": { "create-dacc": "./dist/index.esm.js" }, "keywords": [ "dacc", "scaffold", "typescript" ], "author": "Your Name", "license": "MIT", "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", "fs-extra": "^10.1.0", "rollup": "^4.21.2", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.1.1", "typescript": "^4.5.4", "dacc": "0.13.20" }, "scripts": { "build": "rm -rf dist/ && rollup -c", "patch": "pnpm version patch" } }