@sapphire/result
Advanced tools
Comparing version 1.1.2-next.b8c1f88.0 to 1.1.2-next.e2c4d87.0
122
package.json
{ | ||
"name": "@sapphire/result", | ||
"version": "1.1.2-next.b8c1f88.0", | ||
"description": "Sapphire results package", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.global.js", | ||
"unpkg": "dist/index.global.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/result", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", | ||
"build": "tsup && tsc -b src", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/utilities.git", | ||
"directory": "packages/result" | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/*.tsbuildinfo" | ||
], | ||
"engines": { | ||
"node": ">=v14.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"@sapphire/result", | ||
"bot", | ||
"discord", | ||
"lexure", | ||
"promise", | ||
"sapphire", | ||
"standalone", | ||
"try catch", | ||
"ts", | ||
"typescript", | ||
"wrapper", | ||
"yarn" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/utilities/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b8c1f88227c2764b42ece1179abd79e45752458f" | ||
} | ||
"name": "@sapphire/result", | ||
"version": "1.1.2-next.e2c4d87.0", | ||
"description": "Sapphire results package", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.global.js", | ||
"unpkg": "dist/index.global.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/result", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc", | ||
"build": "tsup && tsc -b src", | ||
"prepublish": "yarn build", | ||
"bump": "cliff-jumper", | ||
"check-update": "cliff-jumper --dry-run" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/utilities.git", | ||
"directory": "packages/result" | ||
}, | ||
"files": [ | ||
"dist/**/*.js*", | ||
"dist/**/*.mjs*", | ||
"dist/**/*.d*" | ||
], | ||
"engines": { | ||
"node": ">=v14.0.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"@sapphire/result", | ||
"bot", | ||
"discord", | ||
"lexure", | ||
"promise", | ||
"sapphire", | ||
"standalone", | ||
"try catch", | ||
"ts", | ||
"typescript", | ||
"wrapper", | ||
"yarn" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/utilities/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^5.12.5", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
48700
2
14