-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.2 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "geostyler-data",
"version": "1.0.0",
"description": "TypeScript Declaration File for the Data models of the GeoStyler project.",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/geostyler/geostyler-data.git"
},
"keywords": [
"geostyler",
"data",
"model",
"declaration file",
"typescript"
],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/geostyler/geostyler-data/issues"
},
"homepage": "https://github.com/geostyler/geostyler-data#readme",
"dependencies": {
"@types/json-schema": "^7.0.3",
"@types/geojson": "^7946.0.7"
},
"scripts": {
"lint": "eslint -c .eslintrc.js --ext .ts . && tsc --noEmit",
"release": "np --no-yarn --no-tests && git push https://github.com/geostyler/geostyler-data.git master"
},
"devDependencies": {
"@terrestris/eslint-config-typescript": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"np": "^7.5.0",
"typescript": "^4.2.4"
},
"funding": "https://opencollective.com/geostyler"
}