forked from rpwnage/pwn-my
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.72 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "pwn-my",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"git:bundle": "npm run git:add && npm run git:commit && npm run git:push",
"git:bundle:origin": "npm run git:add:origin && npm run git:commit:origin && npm run git:push:origin",
"git:add": "git add .",
"git:commit": "git commit -m \"🤖🧶 | Automatic deploy by yarn\"",
"git:push": "git push heroku master",
"git:add:origin": "git add .",
"git:commit:origin": "git commit -m \"🤖🧶 | Automatic deploy by yarn\"",
"git:push:origin": "git push origin master",
"git:all": "echo git[all]: Running git:all on local machine && npm run git:bundle",
"vercel:dev": "echo vercel[dev]: Running `deploy` script on providers: Vercel && vercel",
"vercel:prod": "echo vercel[prod]: Running `deploy` script on providers: Vercel && vercel --prod",
"heroku": "echo heroku[main]: Running `deploy` script on providers: Heroku && npm run git:bundle",
"deploy:dev": "echo deploy[dev]: Running `deploy` script on providers: Vercel && npm run vercel:dev",
"deploy:prod": "echo deploy[prod]: Running `deploy` script on providers: Vercel && npm run vercel:prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SirTenzin/pwn-my.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RPwnage/pwn-my/issues"
},
"homepage": "https://github.com/RPwnage/pwn-my#readme",
"dependencies": {
"express": "^4.17.1",
"express-ws": "^5.0.2",
"faye": "^1.4.0",
"faye-websocket": "^0.11.4",
"path": "^0.12.7",
"socket.io": "1.0",
"socket.io-client": "^4.1.2",
"ws": "0.4"
}
}