forked from botim/botz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 982 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 982 Bytes
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": "botz",
"description": "Recognizes suspicious social media behavior.",
"version": "1.0.0",
"repository": "https://github.com/botimonline/botz.git",
"license": "GPL-3.0",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "tslint -p tsconfig.json",
"contrib:add": "all-contributors add",
"contrib:gen": "all-contributors generate"
},
"devDependencies": {
"all-contributors-cli": "^6.1.2",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"sass-loader": "^7.1.0",
"ts-loader": "^5.3.3",
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}