{ "name": "tianji-client-sdk", "version": "1.0.0", "description": "", "main": "lib/index.js", "scripts": { "build": "tsc", "prepare": "tsc", "test": "vitest" }, "keywords": [ "tianji" ], "author": "moonrailgun ", "license": "MIT", "dependencies": { "load-script": "^2.0.0" }, "devDependencies": { "@testing-library/dom": "^10.0.0", "happy-dom": "^14.7.1", "msw": "^2.2.13", "vitest": "^1.2.1" } }