forked from to4st/imdf-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 Bytes
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
{
"name": "imdf-typescript",
"version": "1.0.11",
"description": "Typescript definitions for IMDF https://docs.ogc.org/cs/20-094/index.html",
"main": "index.js",
"source": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/to4st/imdf-typescript.git"
},
"keywords": [],
"author": "Torben Komsthöft <hello@to4st.de>",
"license": "ISC",
"bugs": {
"url": "https://github.com/to4st/imdf-typescript/issues"
},
"homepage": "https://github.com/to4st/imdf-typescript#readme",
"dependencies": {
"@types/geojson": "^7946.0.8"
},
"devDependencies": {
"typescript": "^4.5.4"
}
}