pushinka
Version:
Pushinka: Transactional, Reactive, and Asynchronous State Management
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "pushinka",
"version": "0.9.43",
"description": "Pushinka: Transactional, Reactive, and Asynchronous State Management",
"main": "dist/src/api.js",
"types": "dist/src/api.d.ts",
"files": [
"dist/src/*.*"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/nezaboodka/pushinka.git"
},
"keywords": [
"nezaboodka",
"pushinka",
"state management",
"reactive",
"transactional",
"asynchronous"
],
"author": "Yury Chetyrko <ychetyrko@gmail.com> (https://gitlab.com/ychetyrko)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/nezaboodka/pushinka/issues"
},
"homepage": "https://gitlab.com/nezaboodka/pushinka/blob/master/README.md",
"dependencies": {},
"devDependencies": {
"@types/node": "^10.12.18",
"ava": "^1.1.0",
"nyc": "^13.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"typescript": "^3.2.2"
},
"scripts": {
"test": "ava",
"pub": "tsc && yarn publish",
"cover": "nyc ava"
}
}