-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 966 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
34
35
36
{
"name": "vk-fi",
"version": "1.0.0",
"description": "vk.com bot for monitoring your local wifi devices",
"author": "Dmitriy Rodin",
"license": "MIT",
"private": false,
"scripts": {
"build": "ts-node -r tsconfig-paths/register src/index.ts",
"start": "nodemon ./build/index.js",
"watch": "tsc-watch --p tsconfig.json --onSuccess 'yarn build && yarn start'"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^16.4.13",
"babel-jest": "^27.0.1",
"jest": "^27.0.1",
"jest-environment-node": "^26.1.0",
"nodemon": "^2.0.7",
"ts-node": "^10.1.0",
"tsc-watch": "^4.4.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@vk-io/hear": "^1.1.0",
"dotenv": "^10.0.0",
"local-devices": "^3.1.0",
"r1-io": "^1.0.14",
"sqlite3": "^5.0.2",
"ts-jest": "^27.0.1",
"typeorm": "^0.2.38",
"util": "^0.12.4",
"vk-io": "^4.4.0"
}
}