UNPKG

@task.flow/type

Version:

Interface difinitions for task.flow library

32 lines (31 loc) 690 B
{ "version": "0.2.1", "name": "@task.flow/type", "description": "Interface difinitions for task.flow library", "keywords": [ "task.type.flow", "typed", "flow" ], "main": "./Task.js", "author": "Irakli Gozalishvili <rfobic@gmail.com> (https://gozala.io)", "repository": "https://github.com/Gozala/task.flow.type", "license": "MIT", "devDependencies": { "flow-bin": "^0.75.0", "husky": "^0.14.0", "lint-staged": "^7.0.4", "prettier": "^1.9.2" }, "scripts": { "test": "flow check", "precommit": "lint-staged" }, "lint-staged": { "*.js": [ "prettier --no-semi --write", "git add" ] }, "dependencies": {} }