Initial Commit
parents
Too many changes to show.
To preserve performance only 20 of 1000+ files are displayed.
.gitignore
0 → 100644
README.md
0 → 100644
build/index.js
0 → 100644
build/index.js.map
0 → 100644
build/src/ErrorHandler.js
0 → 100644
build/src/Ogc3D.js
0 → 100644
build/src/Ogc3D.js.map
0 → 100644
index.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "ogc3dcontainer", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "start": "nodemon index.ts", | |||
| "build": "tsc --project ./", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://gitlab.com/hanadiEbrahim/ogc3dcontainer.git" | |||
| }, | |||
| "keywords": [], | |||
| "author": "", | |||
| "license": "ISC", | |||
| "bugs": { | |||
| "url": "https://gitlab.com/hanadiEbrahim/ogc3dcontainer/issues" | |||
| }, | |||
| "homepage": "https://gitlab.com/hanadiEbrahim/ogc3dcontainer#readme", | |||
| "dependencies": { | |||
| "@types/cors": "^2.8.9", | |||
| "cors": "^2.8.5", | |||
| "express": "^4.17.1", | |||
| "ogc3dcontainerentitiesmodel": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel#master" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/express": "^4.17.9", | |||
| "@types/node": "^14.14.14", | |||
| "nodemon": "^2.0.6", | |||
| "ts-node": "^9.1.1", | |||
| "typescript": "^4.1.3" | |||
| } | |||
| } |
File added
File added
Please register or sign in to comment