k8w-super-promise
Version:
Promise with cancel and always
38 lines (37 loc) • 916 B
JSON
{
"name": "k8w-super-promise",
"version": "1.0.0",
"description": "Promise with cancel and always",
"main": "index.cjs",
"exports": {
"require": "./index.cjs",
"import": "./index.mjs"
},
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",
"build": "rm -rf dist && npx rollup -c && cp package.json LICENSE README.md dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/k8w/k8w-super-promise.git"
},
"keywords": [
"k8w"
],
"author": "k8w",
"license": "Apache-2.0",
"devDependencies": {
"@types/core-js": "^2.5.4",
"@types/mocha": "^2.2.41",
"@types/node": "^8.10.66",
"mocha": "^8.3.2",
"rollup": "^2.44.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^8.10.2",
"typescript": "^4.2.3"
},
"typings": "index.d.ts",
"dependencies": {
"core-js": "^3.10.0"
}
}