556904a2cb
Signed-off-by: Lukas Obermann <lukas.obermann@icloud.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@optolith/adventure-points",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"license": "MPL-2.0",
|
|
"author": "Lukas Obermann",
|
|
"type": "module",
|
|
"files": [
|
|
"dist/src/**/*.{d.ts,js}"
|
|
],
|
|
"main": "dist/src/index.js",
|
|
"exports": {
|
|
"./improvement-cost": "./dist/src/improvementCost.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -b -w",
|
|
"test": "node --import tsx --test",
|
|
"lint": "eslint",
|
|
"format": "prettier \"{src,test}/**/*.{ts,tsx}\" --write",
|
|
"format:check": "prettier \"{src,test}/**/*.{ts,tsx}\" --check",
|
|
"release": "commit-and-tag-version",
|
|
"release:sign": "commit-and-tag-version --sign --signoff"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/node": "^25.3.0",
|
|
"commit-and-tag-version": "^12.6.1",
|
|
"eslint": "^9.39.3",
|
|
"globals": "^17.3.0",
|
|
"prettier": "^3.8.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.56.1"
|
|
},
|
|
"repository": "github:Optolith/adventure-points",
|
|
"bugs": {
|
|
"url": "https://github.com/Optolith/adventure-points/issues"
|
|
},
|
|
"dependencies": {
|
|
"@elyukai/utils": "^0.2.8"
|
|
}
|
|
}
|