UNPKG

promisary

Version:

A growing collection of utilities to make working with Promises easier and cleaner.

66 lines (65 loc) 1.45 kB
{ "name": "promisary", "version": "1.1.0", "description": "A growing collection of utilities to make working with Promises easier and cleaner.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run", "dev": "vitest watch" }, "repository": { "type": "git", "url": "git+https://github.com/RobbieTheWagner/promisary.git" }, "keywords": [ "promise", "promises", "async", "await", "promise utilities", "promise helpers", "promise hash", "promise object", "rsvp", "rsvp.hash", "promise all", "async tools", "promisary" ], "author": "RobbieTheWagner", "license": "MIT", "bugs": { "url": "https://github.com/RobbieTheWagner/promisary/issues" }, "homepage": "https://github.com/RobbieTheWagner/promisary#readme", "devDependencies": { "@release-it-plugins/lerna-changelog": "^7.0.0", "@types/node": "^20.17.30", "release-it": "^17.11.0", "typescript": "^5.8.2", "vitest": "^1.6.1" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "release-it": { "plugins": { "@release-it-plugins/lerna-changelog": { "infile": "CHANGELOG.md", "launchEditor": true } }, "git": { "tagName": "v${version}" }, "github": { "release": true, "tokenRef": "GITHUB_AUTH" } } }