UNPKG

predictionary

Version:

JavaScript dictionary-based word prediction library.

51 lines (50 loc) 1.53 kB
{ "name": "predictionary", "version": "1.6.0", "description": "JavaScript dictionary-based word prediction library.", "main": "src/index", "scripts": { "test": "jest", "build": "npm run test && npm run generate-docs && webpack --config webpack.config.js --env.production", "build-fast": "webpack --config webpack.config.js", "generate-docs": "jsdoc -c jsdoc.config.json", "update-pages": "cp scripts/updatePages.sh scripts/updatePages.tmp.sh && sh scripts/updatePages.tmp.sh && rm scripts/updatePages.tmp.sh", "release-minor": "release minor && npm publish", "release-patch": "release patch && npm publish", "node-demo": "node --experimental-modules demo/node-demo/app.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/asterics/predictionary.git" }, "keywords": [ "dictionary", "prediction", "word", "predictions", "next", "words", "predict", "suggest", "suggestions", "text", "write" ], "author": "Benjamin Klaus", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/asterics/predictionary/issues" }, "homepage": "https://github.com/asterics/predictionary#readme", "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^24.8.0", "babel-loader": "^7.1.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-preset-env": "^1.7.0", "jest": "^24.8.0", "jsdoc": "^3.6.2", "webpack": "^4.30.0", "webpack-cli": "^3.3.0" } }