-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 817 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
{
"name": "fernandinha",
"version": "1.0.0",
"description": "Fernandinha é um bot para auxiliar minha namorada no seu trabalho como monitora",
"main": "./dist/main.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node ./dist/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaquetdiniz/fernandinha.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaquetdiniz/fernandinha/issues"
},
"homepage": "https://github.com/isaquetdiniz/fernandinha#readme",
"devDependencies": {
"@types/play-sound": "^1.1.0",
"typescript": "^4.6.2"
},
"dependencies": {
"dotenv": "^16.0.0",
"play-sound": "^1.1.5",
"puppeteer": "^13.5.1"
}
}