{
  "name": "@microbit/lunr-languages",
  "description": "A a collection of languages stemmers and stopwords for Lunr Javascript library",
  "author": "Mihai Valentin (http://www.mihaivalentin.com)",
  "version": "1.9.0-microbit.1",
  "license": "MPL-1.1",
  "engine": "node 0.10.1",
  "scripts": {
    "build": "node build/build.js",
    "test": "mocha test/*Test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MihaiValentin/lunr-languages"
  },
  "devDependencies": {
    "js-beautify": "^1.5.1",
    "mocha": "^9.0.0",
    "uglify-js": "^2.4.15",
    "unicode-8.0.0": "^0.1.5",
    "nodejieba": "^2.5.2"
  }
}
