{
  "name": "typedata-suggestions",
  "version": "1.0.2",
  "description": "JavaScript-плагин для сервиса подсказок TypeData.net",
  "directories": {
    "src": "src",
    "dist": "dist",
    "lib": "dist"
  },
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/rave-technology/typedata-suggestions/blob/master/LICENSE"
    }
  ],
  "repository": "https://github.com/rave-technology/typedata-suggestions",
  "homepage": "https://typedata.net/",
  "keywords": [
    "javscript",
    "typedata",
    "поиск по адресам"
  ],
  "author": {
    "name" : "TypeData.net",
    "email" : "info@typedata.net",
    "url" : "https://typedata.net/"
  },
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/typedata-suggestions.js",
  "browser": "dist/typedata-suggestions.min.js",
  "unpkg": "dist/typedata-suggestions.min.js",
  "module": "dist/typedata-suggestions.min.js",
  "devDependencies": {
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "@rollup/plugin-babel": "^5.3.1",
    "acorn": "^8.7.1",
    "rollup": "^2.75.7",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-gzip": "^3.0.1",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-nodent": "^0.2.2",
    "rollup-plugin-serve": "^2.0.0",
    "rollup-plugin-sizes": "^1.0.4",
    "rollup-plugin-terser": "^7.0.2"
  },
  "scripts": {
    "dev": "NODE_ENV=development rollup -c -w",
    "build": "NODE_ENV=production rollup -c"
  }
}