UNPKG

@esri/arcgis-rest-portal

Version:

ArcGIS Online and Enterprise content and user helpers for @esri/arcgis-rest-request

78 lines (77 loc) 2.09 kB
{ "name": "@esri/arcgis-rest-portal", "version": "4.6.2", "description": "ArcGIS Online and Enterprise content and user helpers for @esri/arcgis-rest-request", "license": "Apache-2.0", "keywords": [ "ES6", "arcgis", "esri", "fetch", "promise", "typescript" ], "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "unpkg": "dist/bundled/portal.umd.min.js", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "types": "dist/esm/index.d.ts", "sideEffects": false, "files": [ "dist/**" ], "scripts": { "build": "npm-run-all --parallel build:*", "postbuild": "node ../../scripts/create-dist-package-jsons.js", "build:bundled": "rollup -c ../../rollup.js", "build:cjs": "tsc --outDir ./dist/cjs -m commonjs", "postbuild:cjs": "node ../../scripts/create-dist-package-jsons.js", "build:esm": "tsc --outDir ./dist/esm --declaration", "postbuild:esm": "node ../../scripts/create-dist-package-jsons.js", "dev": "npm-run-all --parallel dev:*", "dev:bundled": "rollup -w -c ../../rollup.js", "dev:cjs": "tsc -w --outDir ./dist/cjs -m commonjs", "dev:esm": "tsc -w --outDir ./dist/esm --declaration" }, "engines": { "node": ">=12.20.0" }, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@esri/arcgis-rest-request": "^4.0.0" }, "devDependencies": { "@esri/arcgis-rest-request": "^4.0.1" }, "contributors": [ "Dave Bouwman <dbouwman@esri.com> (http://blog.davebouwman.com/)" ], "homepage": "https://github.com/Esri/arcgis-rest-js#readme", "repository": { "type": "git", "url": "git+https://github.com/Esri/arcgis-rest-js.git", "directory": "packages/arcgis-rest-portal" }, "bugs": { "url": "https://github.com/Esri/arcgis-rest-js/issues" }, "publishConfig": { "access": "public" }, "esri": { "keyExports": [ "searchItems", "createItem", "createGroup" ] } }