-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 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
31
32
33
34
35
{
"name": "jsdoc-plugin-typescript",
"version": "3.2.0",
"description": "Plugin to make TypeScript's JSDoc type annotations work with JSDoc",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test",
"pretest": "npm run lint",
"test": "node test/test.js"
},
"keywords": [
"jsdoc",
"typescript"
],
"files": [
"index.js"
],
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git://github.com/openlayers/jsdoc-plugin-typescript.git"
},
"dependencies": {
"string.prototype.matchall": "^4.0.0"
},
"devDependencies": {
"@types/geojson": "^7946.0.10",
"deep-diff-pizza": "^1.0.2",
"eslint": "^9.16.0",
"eslint-config-openlayers": "^20.0.0",
"fs-extra": "^11.1.0",
"jsdoc": "^4.0.2",
"proj4": "^2.19.7"
}
}