UNPKG

@sthg-sdk/sthg-tiangong-typescript-sdk

Version:

Complete STHG Tiangong TypeScript SDK - Unified package for all platform APIs

74 lines 1.93 kB
{ "name": "@sthg-sdk/sthg-tiangong-typescript-sdk", "version": "1.2.7", "description": "Complete STHG Tiangong TypeScript SDK - Unified package for all platform APIs", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0", "keywords": [ "tiangong", "sdk", "typescript", "api", "ontology", "objects", "admin", "approval", "workflow", "dataease", "dify" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.5.3", "vitest": "^2.1.2", "eslint": "^8.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@sthg-sdk/shared.client": "1.2.7", "@sthg-sdk/tiangong.core": "1.2.7", "@sthg-sdk/tiangong.approval": "1.2.7", "@sthg-sdk/dataease.api": "1.2.7", "@sthg-sdk/tiangong.sdk": "1.2.7", "@sthg-sdk/tiangong.ontology": "1.2.7", "@sthg-sdk/dify.api": "1.2.7", "@sthg-sdk/tiangong.objects": "1.2.7", "@sthg-sdk/tiangong.admin": "1.2.7" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "http://172.16.7.232:8010/technology/frontend/tiangong/sthg_tiangong_typescript_sdk.git", "directory": "packages/tiangong" }, "homepage": "https://github.com/sthg/tiangong-sdk#readme", "bugs": { "url": "https://github.com/sthg/tiangong-sdk/issues" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf dist build" } }