UNPKG

@azure/maps-common

Version:
92 lines (91 loc) 3.34 kB
{ "name": "@azure/maps-common", "version": "1.0.0-beta.2", "description": "An internal shared package for Azure Maps TypeScript SDK", "sdk-type": "client", "main": "dist/index.js", "module": "dist-esm/index.js", "types": "types/latest/maps-common.d.ts", "typesVersions": { "<3.6": { "*": [ "types/3.1/maps-common.d.ts" ] } }, "browser": {}, "scripts": { "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", "build:browser": "tsc -p . && dev-tool run bundle", "build:node": "tsc -p . && dev-tool run bundle", "build:nodebrowser": "dev-tool run bundle", "build:samples": "echo skipped", "build:test": "echo skipped", "build:types": "downlevel-dts types/latest types/3.1", "build": "tsc -p . && npm run build:nodebrowser && api-extractor run --local && npm run build:types", "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* temp types *.tgz *.log coverage coverage-browser", "execute:samples": "echo skipped", "extract-api": "tsc -p . && api-extractor run --local", "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\"", "generate:client": "echo skipped", "integration-test:browser": "echo skipped", "integration-test:node": "echo skipped", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "lint:fix": "eslint package.json api-extractor.json README.md src --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]", "lint": "eslint package.json api-extractor.json README.md src --ext .ts,.javascript,.js", "pack": "npm pack 2>&1", "ci": "npm run build && npm run check-format && npm run lint", "test:browser": "echo skipped", "test:node": "echo skipped", "test": "echo skipped", "unit-test:browser": "echo skipped", "unit-test:node": "echo skipped", "unit-test": "echo skipped" }, "files": [ "dist/", "dist-esm/", "types/latest/", "types/3.1/", "README.md", "LICENSE" ], "repository": "github:Azure/azure-sdk-for-js", "engines": { "node": ">=14.0.0" }, "keywords": [ "azure", "cloud", "typescript", "maps", "common" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-common/README.md", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-lro": "^2.2.0", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-client": "^1.0.0" }, "devDependencies": { "@azure/test-utils": "^1.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/dev-tool": "^1.0.0", "@microsoft/api-extractor": "^7.31.1", "downlevel-dts": "^0.8.0", "eslint": "^8.0.0", "prettier": "^2.5.1", "rimraf": "^3.0.0", "typescript": "~4.8.0" } }