UNPKG

@carto/airship-bridge

Version:

Airship bridge to other libs (CARTO VL, CARTO.js)

31 lines (30 loc) 915 B
{ "name": "@carto/airship-bridge", "version": "2.4.1", "description": "Airship bridge to other libs (CARTO VL, CARTO.js)", "main": "dist/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "lint": "tslint -c tslint.json src/**/*.{ts,tsx}", "dev": "webpack --watch", "docs": "typedoc --mode file --out docs --theme minimal --name 'Airship Bridge'", "build": "rm -rf dist && tsc -d && webpack --config webpack.prod.js && webpack --config webpack.config.js" }, "author": "CARTO Dev Team", "license": "BSD-3-Clause", "devDependencies": { "@types/jest": "23.3.10", "jest": "23.6.0", "ts-jest": "^23.10.5", "ts-loader": "^5.3.1", "tslint": "^5.20.1", "typescript": "3.5.3", "webpack": "^4.27.0", "webpack-cli": "^3.1.2" }, "dependencies": { "mitt": "^1.1.3" }, "gitHead": "45c017308cabe23197a9ce9efa841f5d0d7e8494" }