-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathpackage.json
33 lines (33 loc) · 907 Bytes
/
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
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.1.0",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",
"types": "dist/types/index.d.ts",
"author": "",
"license": "Apache-2.0",
"files": [],
"scripts": {
"prepare": "npm run build",
"build": "npm run build:esm",
"build:esm": "tsc --module es2015 --outDir ./dist/esm --sourceMap --declaration --declarationDir ./dist/types",
"postbuild": "rimraf dist/esm"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/arcgis-rest-js.git"
},
"contributors": [
{
"name": "Patrick Arlt",
"email": "[email protected]",
"url": "http://patrickarlt.com/"
}
],
"bugs": {
"url": "https://github.com/Esri/arcgis-rest-js/issues"
},
"homepage": "https://github.com/Esri/arcgis-rest-js#readme"
}