Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created November 16, 2020 00:23
Show Gist options
  • Select an option

  • Save MeetMartin/338fa35c29f6bc453338c1060dc574f1 to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/338fa35c29f6bc453338c1060dc574f1 to your computer and use it in GitHub Desktop.
{
"name": "nlpjs-web",
"version": "1.0.0",
"scripts": {
"build": "browserify ./buildable.js | terser --compress --mangle > ./dist/bundle.js",
},
"devDependencies": {
"@nlpjs/core": "^4.14.0",
"@nlpjs/lang-en-min": "^4.14.0",
"@nlpjs/nlp": "^4.15.0",
"@nlpjs/request-rn": "^4.14.3",
"browserify": "^17.0.0",
"terser": "^5.3.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment