@joshuafcole/fluorine
Version:
A highly reactive, optionally compiled, and strongly typed view layer for TypeScript.
32 lines (31 loc) • 714 B
JSON
{
"name": "@joshuafcole/fluorine",
"version": "0.0.4-rc23",
"description": "A highly reactive, optionally compiled, and strongly typed view layer for TypeScript.",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"clean": "rm *.js; rm *.js.map; rm *.d.ts; rm *.tgz;",
"prepack": "npm run clean; npm run build"
},
"author": "Joshua Cole",
"license": "MIT",
"dependencies": {
"efreet": "^0.3.0",
"observable-slim": "^0.1.5",
"utility-types": "^3.4.1"
},
"keywords": [
"fluorine",
"reactive",
"view",
"typescript",
"tsx",
"jsx"
],
"preferGlobal": "true",
"devDependencies": {
"@types/node": "^11.9.0",
"typescript": "^3.4.0-rc"
}
}