@platform/cell.tmpl
Version:
Template generator for CellOS.
24 lines (23 loc) • 571 B
JSON
{
"name": "__NAME__",
"version": "0.0.0",
"description": "",
"main": "lib/index",
"types": "lib/index.d.ts",
"scripts": {
"start": "parcel src/index.html",
"watch": "yarn start",
"bundle": "yarn clean && parcel build src/index.html --experimental-scope-hoisting --no-source-maps",
"clean": "rm -rf dist && rm -rf .cache",
"serve": "cd dist && serve"
},
"dependencies": {
"react": "latest"
},
"devDependencies": {
"@types/react": "latest",
"parcel-bundler": "latest",
"typescript": "3.7.5"
},
"license": "MIT"
}