{ "name": "rt-graphic-component", "version": "0.0.1", "description": "图形库", "type": "module", "private": true, "main": "components", "repository": { "type": "git", "url": "https://git.code.tencent.com/jl-framework/rt-graphic-component.git" }, "author": "", "license": "ISC", "scripts": { "build": "rollup -c rollup.config.cjs", "test": "node ./test.cjs" }, "dependencies": { "jl-graphic": "git+https://git.code.tencent.com/jl-framework/graphic-pixi.git#v0.1.8" }, "devDependencies": { "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.10.5", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.1.1", "rollup": "^4.9.1", "typescript": "^5.3.3" }, "engines": { "node": ">= 14.19", "npm": ">= 6.13.4", "yarn": ">= 1.21.1" } }