-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 919 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": "blunzens-scrap",
"version": "1.0.0",
"description": "Uncensorable speech spider on BluzelleDB.",
"main": "index.js",
"dependencies": {
"@conversationai/perspectiveapi-js-client": "^1.0.1",
"bluzelle": "^2.1.5",
"chrono-node": "^1.4.5",
"dotenv": "^8.2.0",
"google-trends-api": "^4.9.0",
"jshashes": "^1.0.8",
"libxmljs": "^0.19.7",
"npm": "^6.14.4",
"osmosis": "^1.1.10",
"querystringify": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uivlis/blunzens-scrap.git"
},
"author": "Vlad Silviu Farcas",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/uivlis/blunzens-scrap/issues"
},
"homepage": "https://github.com/uivlis/blunzens-scrap#readme"
}