UNPKG

@vizzuality/layer-manager-utils

Version:
36 lines (35 loc) 841 B
{ "name": "@vizzuality/layer-manager-utils", "version": "1.1.4", "author": "Vizzuality <hello@vizzuality.com>", "main": "dist/index.js", "types": "types.d.ts", "keywords": [ "layer-manager" ], "license": "MIT", "private": false, "files": [ "dist", "types.d.ts", "package.json", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/vizzuality/layer-manager.git", "directory": "packages/utils" }, "scripts": { "watch": "tsc -b tsconfig.build.json --watch", "build": "tsc -b tsconfig.build.json", "lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore --fix", "test": "jest" }, "dependencies": { "axios": "^0.21.4", "cancelable-promise": "^3.2.3" }, "gitHead": "32ae6a276b821fb73ba88efc16f24b321d93c72e" }