mirror of https://github.com/hyper-tuner/types.git
29 lines
704 B
JSON
29 lines
704 B
JSON
{
|
|
"name": "@speedy-tuner/types",
|
|
"description": "SpeedyTuner common TypeScript types",
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/speedy-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": {
|
|
"@speedy-tuner/eslint-config": "^0.1.2",
|
|
"@types/node": "^17.0.23",
|
|
"eslint-plugin-modules-newline": "^0.0.6",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|