@dtcv/citymodel
Version:
Utility function for CityModel format
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@dtcv/citymodel",
"version": "1.2.1",
"description": "Utility function for CityModel format",
"main": "./dist/index.js",
"type": "module",
"files": [
"dist"
],
"keywords": [
"CityModel",
"DTCC"
],
"author": "andreasrudena <andreas@rudena.se>",
"homepage": "https://digitaltwincityviewer.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paramountric/digitaltwincityviewer.git"
},
"scripts": {
"build": "tsc",
"tsc": "tsc",
"dev": "tsc --watch",
"watch": "tsc --watch",
"lint": "eslint --ext .ts,.js src",
"format": "prettier --ignore-path .eslintignore --write \"src/**/*.+(js|ts|json)\"",
"test": "jest"
},
"bugs": {
"url": "https://github.com/paramountric/digitaltwincityviewer/issues"
},
"dependencies": {
"@dtcv/convert": "^1.2.1",
"gl-matrix": "^3.4.3",
"proj4": "^2.8.0",
"protobufjs": "^7.1.2"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^28.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"typescript": "^4.5.5"
}
}