UNPKG

azure-maps-rest

Version:

SDK for Azure Maps REST Services

64 lines (63 loc) 2.05 kB
{ "name": "azure-maps-rest", "author": "Microsoft Corporation", "version": "2.1.1", "description": "SDK for Azure Maps REST Services", "keywords": [ "azure", "maps", "rest", "services", "lbs", "microsoft" ], "scripts": { "build": "node ./bin/build.js", "docs": "(if exist \"./docs/\" rmdir \"./docs/\" /S /Q) && tsc --declaration --declarationDir ./docs --emitDeclarationOnly --stripInternal", "build-test": "tsc --project ./test/tsconfig.json", "test": "npm run build-test && cross-env TS_NODE_PROJECT=./test/tsconfig.json mocha-parallel-tests --exit --require ts-node/register --timeout 30000 test/**/*.ts", "test-filter": "npm run build-test && cross-env TS_NODE_PROJECT=./test/tsconfig.json mocha-parallel-tests --exit --require ts-node/register --timeout 30000", "thirdPartyNotices": "node ./bin/thirdPartyNotices.js", "updateTestSecrets": "node ./bin/updateTestSecrets.js", "tslint": "node_modules/.bin/tslint --project ./tsconfig.json" }, "dependencies": { "@azure/ms-rest-azure-js": "^1.3.8", "@azure/ms-rest-js": "^1.11.2", "@types/geojson": "^7946.0.4" }, "devDependencies": { "@azure/core-auth": "^1.2.0", "@turf/bbox": "^6.0.1", "@types/mocha": "^5.2.5", "adal-node": "^0.1.28", "cross-env": "^7.0.3", "fs-extra": "^7.0.1", "glob": "^7.1.3", "mocha": "^7.2.0", "mocha-parallel-tests": "^2.3.0", "rollup": "^1.32.1", "rollup-plugin-commonjs": "^10.0.1", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-shim": "^1.0.0", "rollup-plugin-uglify": "^6.0.4", "ts-node": "^8.7.0", "tslint": "^5.16.0", "typescript": "^4.3.5", "yargs": "^13.2.2" }, "overrides": { "tough-cookie": "^4.1.3" }, "license": "MIT", "files": [ "typings/**/*", "dist/**/*", "thirdpartynotices.txt" ], "types": "./typings/index.d.ts", "main": "dist/atlas-service.min.js", "sideEffects": false }