-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
58 lines (58 loc) · 1.73 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "geostyler-style",
"version": "9.2.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/*",
"examples/**",
"schema.json",
"README.md"
],
"scripts": {
"lint": "eslint -c .eslintrc.cjs --ext .ts . && tsc --noEmit",
"build": "tsc",
"test": "jest",
"generate-schema": "typescript-json-schema tsconfig.json Style --id http://geostyler/geostyler-style.json > schema.json",
"generate-docs": "typedoc index.ts",
"prepublishOnly": "npm run build && npm run generate-schema"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@terrestris/eslint-config-typescript": "^5.0.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/parser": "^7.12.0",
"babel-jest": "^29.7.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"core-js": "^3.37.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"semantic-release": "^24.0.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-json-schema": "^0.64.0"
},
"engines": {
"node": ">=20.6.0",
"npm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geostyler/geostyler-style.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/geostyler/geostyler/issues"
},
"homepage": "https://github.com/geostyler/geostyler-style#readme",
"funding": "https://opencollective.com/geostyler"
}