{ "name": "@antv/l7-three", "version": "2.5.6", "description": "three for L7 ", "keywords": [ "3D", "L7", "three" ], "author": "thinkinggis ", "license": "ISC", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/l7-tree.js", "types": "es/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist", "lib", "es", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/antvis/L7.git" }, "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "build": "run-p build:*", "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments", "build:cdn": "node_modules/.bin/rollup -c", "lint:ts": "run-p -c lint:ts-*", "test": "jest", "sync": "tnpm sync" }, "bugs": { "url": "https://github.com/antvis/L7/issues" }, "homepage": "https://github.com/antvis/L7#readme", "dependencies": { "@antv/l7": "^2.5.6", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "rollup": "^2.3.3", "reflect-metadata": "^0.1.13", "rollup-plugin-less": "^1.1.2" }, "devDependencies": { "three": "^0.115.0" }, "gitHead": "7eb8382ede52d803fae13a85fe6af074400260ee", "publishConfig": { "access": "public" } }