package.json 1.85 KB
Newer Older
Hanadi's avatar
Hanadi committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  ]
}