67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smartpromise",
|
|
"private": false,
|
|
"version": "4.2.3",
|
|
"description": "A TypeScript library for managing promises and Deferred constructs, simplifying asynchronous programming.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "tstest test/ --web",
|
|
"format": "gitzone format",
|
|
"build": "tsbuild --web",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartpromise.git"
|
|
},
|
|
"author": "Task Venture Capital GmbH <hello@task.vc>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/smartpromise/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartpromise",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsrun": "^2.0.3",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"license",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module",
|
|
"keywords": [
|
|
"promise",
|
|
"deferred",
|
|
"async",
|
|
"promisify",
|
|
"cumulative deferred",
|
|
"timeout",
|
|
"typescript",
|
|
"asynchronous",
|
|
"utilities"
|
|
],
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"mongodb-memory-server",
|
|
"puppeteer"
|
|
]
|
|
}
|
|
}
|