@platform/cell.tmpl
Version:
Template generator for CellOS.
35 lines (34 loc) • 900 B
JSON
{
"name": "__NAME__",
"version": "0.0.0",
"description": "",
"main": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"start": "parcel src/html/index.html --port 3000",
"watch": "yarn start",
"test": "ts test",
"lint": "echo ts lint",
"build": "ts build --no-esm",
"bundle": "sh script.sh/bundle.sh",
"clean": "sh script.sh/clean.sh",
"serve": "cd dist && serve",
"prepare": "ts prepare"
},
"dependencies": {
"@platform/cell.client": "latest",
"@platform/cell.ui": "latest",
"@platform/libs": "latest",
"@platform/react": "latest",
"@platform/state": "latest",
"@platform/polyfill": "latest"
},
"devDependencies": {
"@platform/test": "latest",
"@platform/ts": "latest",
"@platform/ui.dev": "latest"
},
"files": ["lib", "!lib/test", "!*.TEST.{js, mjs, d.ts}"],
"license": "MIT",
"private": true
}