Created
November 16, 2020 00:23
-
-
Save MeetMartin/338fa35c29f6bc453338c1060dc574f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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