summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2022-02-19 21:00:19 -0600
committerMark Powers <mark@marks.kitchen>2022-02-19 21:00:19 -0600
commit6867994e8a8742c78d38ee4b97c6632c305d9fc6 (patch)
treebea7685555d0ba5de3807135cc88918266bfed6e /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5149d2f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "nanochat",
+ "version": "1.0.0",
+ "description": "",
+ "main": "main.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "body-parser": "^1.19.0",
+ "express": "^4.17.1",
+ "ml-sentiment": "^2.0.7"
+ }
+}