Files
spencermountain--compromise/plugins/_experiments/cmd-k/package.json
T
2026-07-13 12:48:55 +08:00

42 lines
1.2 KiB
JSON

{
"name": "compromise-cmd-k",
"description": "plugin for nlp-compromise",
"version": "0.0.1",
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
"main": "./src/plugin.js",
"unpkg": "./builds/compromise-cmd-k.min.js",
"module": "./builds/compromise-cmd-k.mjs",
"type": "module",
"sideEffects": false,
"types": "./index.d.ts",
"exports": {
".": {
"import": "./src/plugin.js",
"require": "./builds/compromise-cmd-k.cjs",
"types": "./index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git://github.com/spencermountain/compromise.git"
},
"homepage": "https://github.com/spencermountain/compromise/tree/master/plugins/dates",
"scripts": {
"test": "tape \"./tests/**/*.test.js\" | tap-dancer --color always",
"testb": "TESTENV=prod tape \"./tests/**/*.test.js\" | tap-dancer --color always",
"watch": "node --watch ./scratch.js",
"perf": "node ./scripts/perf.js",
"version": "node ./scripts/version.js",
"build": "npm run version && rollup -c --silent"
},
"files": [
"builds/",
"src/",
"index.d.ts"
],
"peerDependencies": {
"compromise": ">=14.2.0"
},
"dependencies": {},
"license": "MIT"
}