chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "compromise-speech",
|
||||
"description": "plugin for nlp-compromise",
|
||||
"version": "0.1.1",
|
||||
"author": "Spencer Kelly <spencermountain@gmail.com> (http://spencermounta.in)",
|
||||
"main": "./src/plugin.js",
|
||||
"unpkg": "./builds/compromise-speech.min.js",
|
||||
"module": "./builds/compromise-speech.mjs",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"types": "./index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/plugin.js",
|
||||
"require": "./builds/compromise-speech.cjs",
|
||||
"types": "./index.d.ts"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/spencermountain/compromise.git"
|
||||
},
|
||||
"homepage": "https://github.com/spencermountain/compromise/tree/master/plugins/speech",
|
||||
"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",
|
||||
"build": "rollup -c --silent"
|
||||
},
|
||||
"eslintIgnore": [
|
||||
"builds/*.js"
|
||||
],
|
||||
"files": [
|
||||
"builds/",
|
||||
"src/",
|
||||
"index.d.ts"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"compromise": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user