forked from Esri/arcgis-rest-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.11 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
{
"name": "@esri/arcgis-rest-types",
"version": "3.0.5",
"description": "Shared TypeScript types for @esri/arcgis-rest-js",
"types": "dist/types/index.d.ts",
"author": "",
"license": "Apache-2.0",
"files": [
"dist/types/*.d.ts",
"src/**/*.ts"
],
"scripts": {
"prepare": "npm run build",
"build": "npm run build:esm",
"build:esm": "tsc",
"dev:esm": "tsc -w"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/arcgis-rest-js.git",
"directory": "packages/arcgis-rest-types"
},
"contributors": [
{
"name": "Patrick Arlt",
"email": "parlt@esri.com",
"url": "http://patrickarlt.com/"
},
{
"name": "Jeff Jacobson",
"url": "http://github.com/jeffjacobson"
}
],
"bugs": {
"url": "https://github.com/Esri/arcgis-rest-js/issues"
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme",
"keywords": [
"typescript",
"promise",
"fetch",
"arcgis",
"esri",
"ES6"
],
"esri": {
"keyExports": [
"IUser, IItem"
]
}
}