|
|
@ -1,15 +1,15 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "abortable-gen-promises",
|
|
|
|
"name": "abortable-gen-promises",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"version": "0.1.1",
|
|
|
|
"description": "Abortable promises based on async generators",
|
|
|
|
"description": "Abortable promises based on async generators",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./@types/index.d.ts",
|
|
|
|
"types": "./@types/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"build": "tsc",
|
|
|
|
"watch": "npm run build -- --watch",
|
|
|
|
"watch": "npm run build -- --watch",
|
|
|
|
"install": "npm run build",
|
|
|
|
|
|
|
|
"prepare": "npm run build"
|
|
|
|
"prepare": "npm run build"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"files": ["@types", "lib"],
|
|
|
|
"repository": "gitea@git.kuba-orlik.name:kuba/abortable-promises.git",
|
|
|
|
"repository": "gitea@git.kuba-orlik.name:kuba/abortable-promises.git",
|
|
|
|
"author": "Kuba Orlik",
|
|
|
|
"author": "Kuba Orlik",
|
|
|
|
"license": "ISC",
|
|
|
|
"license": "ISC",
|
|
|
|