{ "name": "ogc3dcontainerentitiesmodel", "version": "1.0.4", "description": "This project is a TypeScript Library for the entities used in the OGC 3D container (AKA GeoVolume API)", "main": "lib/index.js", "module": "lib/index.esm.js", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel/issues" }, "homepage": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel#readme", "dependencies": { "typescript": "^4.1.3" }, "devDependencies": { "rollup": "^2.35.1", "rollup-plugin-typescript2": "^0.29.0" }, "files": [ "lib", "package.json" ] }