{
  "name": "@nextgis/expression",
  "version": "4.0.0-alpha.8",
  "description": "Flexible object operations with expressions inspired by Mapbox Style",
  "main": "index.js",
  "module": "lib/expression.esm-bundler.js",
  "unpkg": "lib/expression.global.prod.js",
  "jsdelivr": "lib/expression.global.prod.js",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@nextgis/build-tools": "4.0.0-alpha.8"
  },
  "buildOptions": {
    "name": "Expression",
    "formats": [
      "esm-bundler",
      "esm-browser",
      "cjs",
      "global"
    ]
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "dev": "node ../build-tools/lib/build.js",
    "prod": "npm run dev -- --release",
    "lint": "eslint ./src/**/*.ts --fix --c ../../.eslintrc",
    "watch": "npm run dev -- --watch"
  },
  "keywords": [
    "NextGIS",
    "MAP"
  ],
  "author": "NextGIS",
  "files": [
    "index.js",
    "lib"
  ],
  "license": "MIT",
  "homepage": "https://github.com/nextgis/nextgis_frontend/tree/master/packages/expression#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextgis/nextgis_frontend.git"
  },
  "bugs": {
    "url": "https://github.com/nextgis/nextgis_frontend/issues"
  },
  "gitHead": "bbdf70dca7a0505a19fdb9e57a16ff3caba162cd"
}
