compromise
Version:
modest natural language processing
72 lines (71 loc) • 2.23 kB
JSON
{
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "12.3.0",
"main": "./builds/compromise.js",
"unpkg": "./builds/compromise.min.js",
"module": "./builds/compromise.mjs",
"type": "commonjs",
"types": "types/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/spencermountain/compromise.git"
},
"scripts": {
"build": "npm run version && rollup -c && npm run filesize",
"build:all": "node ./scripts/buildAll.js && npm run build",
"pack": "node ./scripts/pack.js",
"version": "node ./scripts/version.js",
"test": "node ./scripts/testAll.js",
"testb": "TESTENV=prod node ./scripts/testAll.js",
"testOne": "tape \"./tests/**/*.test.js\" | tap-dancer",
"test:spec": "tape \"./tests/**/*.test.js\" | tap-spec",
"filesize": "node ./scripts/filesize.js",
"watch": "amble ./scratch.js",
"stress": "node ./scripts/stress-test/stress.js",
"plugins": "node ./scripts/plugin-check.js",
"speed": "node ./scripts/stress-test/speed.js",
"demo": "python -m SimpleHTTPServer 8888",
"coverage": "node ./scripts/coverage.js",
"coverage:html": "nyc --reporter=html tape \"./tests/**/*.test.js\" | tap-dancer --color always",
"test:types": "ts-node ./types/types.test.ts | tap-dancer",
"lint": "eslint ./src/"
},
"files": [
"builds/",
"types/index.d.ts"
],
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120
},
"dependencies": {
"efrt-unpack": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"amble": "0.0.7",
"efrt": "2.2.1",
"rollup": "1.28.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "^5.1.3",
"shelljs": "0.8.3",
"tap-dancer": "0.2.0",
"tape": "4.12.1"
},
"eslintIgnore": [
"builds/*.js",
"types/*.ts",
"plugins/**/types/*.ts"
],
"license": "MIT"
}