-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 866 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "text-analysis",
"version": "1.2.0",
"description": "an ai intelilligent script",
"main": "server.js",
"homepage": "https://freedomloader.github.io/text-analysis/",
"scripts": {
"start": "node server.js",
"dev": "babel-watch server",
"dev-build": "babel public/src --watch --presets @babel/preset-env --out-dir build"
},
"author": "John Bunmat",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.8.4",
"axios": "^0.18.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"csv-parser": "^2.3.2",
"csv-writer": "^1.6.0",
"unirest": "^0.6.0",
"date-fns": "2.9.0",
"yarn": "^1.21.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-watch": "^7.0.0"
}
}