Files
2024-12-16 13:44:06 +01:00

42 lines
1022 B
JSON

{
"name": "@optolith/helpers",
"version": "0.2.2",
"description": "A set of JavaScript helper functions for multiple Optolith packages.",
"files": [
"lib",
"AUTHORS",
"CHANGELOG.md"
],
"exports": {
"./*": "./lib/*.js"
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -b -w",
"release": "commit-and-tag-version",
"test": "glob -c \"node --import tsx --test\" \"./test/**/*.ts\"",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Optolith/helpers.git"
},
"author": "Lukas Obermann",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Optolith/helpers/issues"
},
"homepage": "https://github.com/Optolith/helpers#readme",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"commit-and-tag-version": "^12.5.0",
"eslint": "^9.17.0",
"glob": "^11.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"type": "module"
}