@activejs/core
Version:
Pragmatic, Reactive State Management for JavaScript Apps
40 lines (39 loc) • 1.17 kB
JSON
{
"name": "@activejs/core",
"description": "Pragmatic, Reactive State Management for JavaScript Apps",
"version": "0.2.3",
"peerDependencies": {
"rxjs": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/activejs/activejs.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/activejs/activejs/issues"
},
"homepage": "https://activejs.dev",
"license": "MIT",
"author": "Ankit Singh <dabalyan@hotmail.com>",
"keywords": [
"ActiveJS",
"Reactive",
"RxJS",
"State",
"Store"
],
"main": "bundles/activejs-core.umd.js",
"module": "fesm2015/activejs-core.js",
"es2015": "fesm2015/activejs-core.js",
"esm2015": "esm2015/activejs-core.js",
"fesm2015": "fesm2015/activejs-core.js",
"typings": "activejs-core.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}