types/package.json

29 lines
683 B
JSON

{
"name": "@hyper-tuner/types",
"description": "HyperTuner common TypeScript types",
"version": "0.4.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hyper-tuner/types"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "tsc --watch",
"lint": "tsc && rome ci src",
"lint:fix": "rome format --write src && rome check --apply src",
"lint:fix:suggested": "rome check --apply-suggested src"
},
"devDependencies": {
"@types/node": "^18.11.9",
"rome": "^10.0.1",
"typescript": "^4.8.4"
}
}