UNPKG

promise-tools

Version:
50 lines (49 loc) 1.33 kB
{ "name": "promise-tools", "version": "2.1.0", "description": "Tools for working with Promises", "main": "dist/lib/index.js", "module": "dist/module/index.js", "types": "./index.d.ts", "scripts": { "test": "nyc mocha", "build:lib": "babel -d dist/lib src", "build:modules": "NODE_ENV=modules babel -d dist/module src", "build": "npm run build:lib && npm run build:modules", "prepare": "npm run build", "clean": "rm -rf dist coverage", "semantic-release": "semantic-release" }, "keywords": [ "async", "promise", "q", "bluebird", "tools", "callback", "utility", "module" ], "repository": { "type": "git", "url": "git+https://github.com/benbria/node-promise-tools.git" }, "author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)", "license": "MIT", "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "@babel/register": "^7.0.0", "@benbria/semantic-release-config": "^1.0.0", "@types/node": "^12.0.8", "babel-plugin-istanbul": "^5.1.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "coveralls": "^3.0.2", "mocha": "^6.1.4", "nyc": "^14.1.1", "semantic-release": "^15.10.3", "typescript": "^3.1.3" } }