deep-aplus
Version:
Resolve a whole structure of promises
75 lines (74 loc) • 1.86 kB
JSON
{
"name": "deep-aplus",
"version": "2.0.1",
"description": "Resolve a whole structure of promises",
"repository": {
"type": "git",
"url": "https://github.com/nknapp/deep-aplus.git"
},
"author": {
"name": "Nils Knappmeier",
"email": "npm@knappi.org",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/nknapp/deep-aplus/issues"
},
"main": "dist/index.js",
"type": "module",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"test:unit": "vitest --typecheck run",
"test:lint": "eslint .",
"test:build": "npm run build",
"test": "run-s test:*",
"dev:unit": "vitest --typecheck --ui",
"dev": "run-p test:*",
"build": "pkgroll",
"thought": "thought run -a",
"preversion": "npm run test",
"version": "thoughtful changelog -o -a && npm run thought",
"prepublishOnly": "npm run build",
"postversion": "git push --tags && npm publish",
"prepare": "husky install"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@eslint/js": "9.7.0",
"eslint": "^8.57.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"pkgroll": "^2.1.1",
"prettier": "^3.3.3",
"thought": "^5.0.0",
"thoughtful-release": "^0.3.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vitest": "^2.0.3"
},
"keywords": [
"promise",
"a+",
"deep",
"resolve",
"recursive"
],
"files": [
"dist"
],
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"funding": [
"https://www.paypal.com/donate/?hosted_button_id=GB656ZSAEQEXN",
"https://de.liberapay.com/nils.knappmeier/",
"https://github.com/sponsors/nknapp/"
]
}