fluids
Version:
Glue layer for reactivity
36 lines (35 loc) • 744 B
JSON
{
"name": "fluids",
"version": "0.3.0",
"description": "Glue layer for reactivity",
"main": "dist/cjs/fluids",
"module": "dist/esm/fluids",
"scripts": {
"build": "tsc -p . --outDir dist/cjs && tsc -p . --module es6 --outDir dist/esm",
"prepare": "yarn build"
},
"files": [
"src",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alloc/fluids.git"
},
"keywords": [
"reactive",
"reactivity",
"glue",
"observable",
"watch"
],
"author": "Alec Larson",
"license": "MIT",
"bugs": {
"url": "https://github.com/alloc/fluids/issues"
},
"homepage": "https://github.com/alloc/fluids#readme",
"devDependencies": {
"typescript": "^4.1.2"
}
}