{
  "name": "spacy-js",
  "version": "0.0.5",
  "description": "JavaScript API for spaCy with Python REST API",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "package": "npm run build && npm pack"
  },
  "author": "Ines Montani, Fabulabs",
  "license": "MIT",
  "homepage": "https://github.com/Fabulabs/spacy-js#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Fabulabs/spacy-js.git"
  },
  "keywords": [
    "spacy",
    "nlp",
    "natural language processing",
    "machine learning",
    "artificial intelligence"
  ],
  "dependencies": {
    "node-fetch": "^2.1.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "jest": "^23.6.0",
    "regenerator-runtime": "^0.12.1",
    "rollup": "^1.32.0"
  }
}
