types/package.json

29 lines
700 B
JSON

{
"name": "@hyper-tuner/types",
"description": "HyperTuner common TypeScript types",
"version": "0.3.2",
"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",
"prepublishOnly": "npm run build",
"start": "tsc --watch",
"lint": "tsc && eslint --max-warnings=0 src/**/*.ts src/*.ts"
},
"devDependencies": {
"@hyper-tuner/eslint-config": "^0.1.6",
"@types/node": "^17.0.33",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.5.3"
}
}