@esri/solution-common
Version:
Provides general helper functions for @esri/solution.js.
101 lines (100 loc) • 2.7 kB
JSON
{
"name": "@esri/solution-common",
"version": "6.3.1",
"description": "Provides general helper functions for @esri/solution.js.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"types": "dist/esm/index.d.ts",
"author": "Esri",
"license": "Apache-2.0",
"files": [
"dist/**"
],
"devDependencies": {
"@esri/arcgis-rest-types": "^3.7.0",
"@types/adlib": "^3.0.4",
"@types/jasmine": "^5.1.4",
"fetch-mock": "^10.1.1",
"jasmine": "^5.2.0",
"jasmine-core": "^5.2.0",
"npm-check-updates": "^17.1.0",
"npm-run-all": "^4.1.5",
"sinon": "^15.2.0"
},
"dependencies": {
"@esri/arcgis-html-sanitizer": "4.0.3",
"@esri/arcgis-rest-demographics": "^4.0.3",
"@esri/arcgis-rest-feature-service": "~4.0.5",
"@esri/arcgis-rest-geocoding": "^4.0.3",
"@esri/arcgis-rest-portal": "^4.0.0",
"@esri/arcgis-rest-request": "^4.0.0",
"@esri/arcgis-rest-routing": "^4.0.3",
"@esri/hub-common": "^17.0.2",
"@esri/hub-initiatives": "^17.0.1",
"@esri/hub-sites": "^18.0.1",
"@esri/hub-teams": "^17.0.1",
"adlib": "3.0.8",
"jszip": "3.10.1",
"tslib": "1.14.1"
},
"scripts": {
"build": "npm-run-all --parallel build:*",
"build:cjs": "tsc --outDir ./dist/cjs -m commonjs",
"postbuild:cjs": "node ../../scripts/create-dist-package-jsons.mjs",
"build:esm": "tsc --outDir ./dist/esm --declaration",
"postbuild:esm": "node ../../scripts/create-dist-package-jsons.mjs",
"dev": "npm-run-all --parallel dev:*",
"dev:cjs": "tsc -w --outDir ./dist/cjs -m commonjs",
"dev:esm": "tsc -w --outDir ./dist/esm --declaration",
"getupdates": "npm-check-updates --upgrade"
},
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/common",
"type": "git",
"url": "git+https://github.com/Esri/solution.js.git"
},
"contributors": [
{
"name": "Mike Tschudi",
"email": "mtschudi@esri.com"
},
{
"name": "Chris Fox",
"email": "cfox@esri.com"
},
{
"name": "John Hauck",
"email": "jhauck@esri.com"
},
{
"name": "Dave Bouwman",
"email": "dbouwman@esri.com"
},
{
"name": "John Gravois"
}
],
"bugs": {
"url": "https://github.com/Esri/solution.js/issues"
},
"homepage": "https://github.com/Esri/solution.js#readme",
"keywords": [
"typescript",
"promise",
"fetch",
"arcgis",
"esri",
"ES6"
],
"gitHead": "fff617d19a77a431c6863a511d00e88f88587b0e"
}