palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
57 lines (56 loc) • 1.54 kB
JSON
{
"name": "palette-sdk-typescript",
"version": "0.0.3",
"description": "TypeScript SDK for Spectro Cloud Palette API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"generate": "make generate",
"post-process": "node api/post-processing.js && npm run build",
"test": "npx ts-node --transpile-only --project test/tsconfig.json test/run-all-tests.ts",
"test:integration": "npx ts-node --transpile-only --project test/tsconfig.json test/test-imports.ts",
"lint": "eslint palette/**/*.ts --fix"
},
"keywords": [
"palette",
"spectro-cloud",
"kubernetes",
"k8s",
"cloud",
"api",
"sdk",
"typescript",
"cluster-management",
"devops"
],
"author": "Spectro Cloud",
"license": "Apache-2.0",
"devDependencies": {
"@dotenvx/dotenvx": "^1.45.2",
"@eslint/js": "^9.30.1",
"@openapitools/openapi-generator-cli": "^2.21.3",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"openapitools": "github:openapitools/openapi-generator-cli",
"orval": "^7.10.0",
"prettier": "3.6.2",
"typescript-eslint": "^8.35.1"
}
}