ts-eventually
Version:
eventually for TypeScript
38 lines (37 loc) • 898 B
JSON
{
"author": {
"name": "Dobashi Masayuki",
"email": "dobashi+npm@lavans.jp",
"url": "http://github.com/dobashi"
},
"dependencies": {
},
"description": "eventually for TypeScript",
"devDependencies": {
"typescript": "^5.0.4"
},
"files": [
"src/",
"dist/",
"LICENSE"
],
"homepage": "https://github.com/dobashi/ts-eventually",
"keywords": [
"typescript",
"eventually"
],
"license": "MIT",
"main": "dist/eventually.js",
"name": "ts-eventually",
"repository": {
"type": "git",
"url": "git://github.com/dobashi/ts-eventually.git"
},
"scripts": {
"build": "tsc -d --outDir dist --lib es2019,dom src/main/eventually.ts",
"prepare": "npm run build",
"test": "npm run build && ts-node -O '{\"lib\": [ \"es2019\", \"dom\" ]}' src/test/eventually.spec.ts"
},
"types": "dist/eventually.d.ts",
"version": "1.0.6"
}