-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "arcgis-bookmarklet",
"version": "1.0.0",
"description": "Bookmarklet to enhance ArcGIS Server query page",
"type": "module",
"private": true,
"main": "index.js",
"scripts": {
"build": "ts-node --esm tools/build.mts",
"ghpages": "ts-node --esm tools/publish.mts",
"prepare": "npm run build && husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeffJacobson/arcgis-bookmarklets.git"
},
"keywords": [
"arcgis",
"bookmarklet"
],
"author": "Jeff Jacobson",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/JeffJacobson/arcgis-bookmarklets/issues"
},
"homepage": "https://jeffjacobson.github.io/arcgis-bookmarklets",
"devDependencies": {
"@esri/arcgis-rest-feature-service": "^4.0.3",
"@esri/arcgis-rest-request": "^4.0.3",
"@types/gh-pages": "^3.2.1",
"@types/jsdom": "^20.0.0",
"@types/marked": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"esbuild": "^0.15.3",
"eslint": "^8.22.0",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"marked": "^4.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}