-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@kubev2v/types",
"version": "0.0.20",
"description": "Typescript interfaces and types for forklift-console-plugin",
"license": "Apache-2.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/kubev2v/forklift-console-types.git",
"directory": "packages/types"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf ./dist ./coverage tsconfig.tsbuildinfo",
"clean:all": "npm run clean -- ./node_modules ./.rollup.cache",
"build": "rollup -c --bundleConfigAsCjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"crdtoapi": "^0.0.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"install": "^0.13.0",
"npm": "^10.5.2",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"rollup-plugin-dts": "^6.1.0"
}
}