create-bruce-app
Version:
Template package for JS apps on Bruce
29 lines (28 loc) • 703 B
JSON
{
"name": "create-bruce-app",
"version": "0.1.1",
"description": "Template package for JS apps on Bruce",
"keywords": [
"bruce",
"m5stack",
"esp32"
],
"author": "Bruce",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/Tawank/bruce-js-tooling.git",
"directory": "packages/create-bruce-app"
},
"type": "module",
"dependencies": {
"prompts": "^2.4.2",
"replace-in-file": "^8.2.0"
},
"bin": "index.js",
"bugs": {
"url": "https://github.com/Tawank/bruce-js-tooling/issues"
},
"homepage": "https://github.com/Tawank/bruce-js-tooling#readme",
"gitHead": "3b4165a636ab2e5af76ab030d714d02c9927097d"
}