UNPKG

atombeak

Version:

Create asynchronous atomic functions!

33 lines (32 loc) 998 B
{ "name": "atombeak", "version": "1.0.1", "description": "Create asynchronous atomic functions!", "keywords": ["redux", "stm", "typescript", "transaction", "atomic"], "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/wernerdegroot/atombeak" }, "scripts": { "test": "npm run lint && npm run clean && tsc -p . --p tsconfig.test.json && jest --no-cache", "coverage": "npm run clean && tsc -p . --p tsconfig.test.json && jest --no-cache --coverage", "clean": "rm -rf dist coverage", "tsc": "tsc", "lint": "tslint ./src/**/*.ts", "compile": "npm run clean && tsc -p .", "prepublishOnly": "npm run test && npm run compile" }, "author": "Werner de Groot", "license": "MIT", "dependencies": {}, "devDependencies": { "@types/jest": "23.3.9", "@types/node": "10.12.11", "jest": "23.6.0", "redux": "4.0.1", "tslint": "^5.11.0", "typescript": "3.1.6" } }