generated from unLomTrois/node-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 838 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": "spotely-telegram-bot",
"version": "0.5.0",
"description": "",
"private": true,
"type": "module",
"main": "src/index.js",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node src/index.js",
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
"devDependencies": {
"@types/is-url": "^1.2.28",
"@types/jest": "^26.0.24",
"@types/js-base64": "^3.0.0",
"@types/node": "^14.0.26",
"@types/node-fetch": "^2.5.7",
"jest": "^27.0.6"
},
"dependencies": {
"get-video-id": "^3.1.5",
"is-url": "^1.2.4",
"js-base64": "^3.2.4",
"node-fetch": "^2.6.1",
"spotify-uri": "^2.0.0",
"telegraf": "^3.38.0"
},
"author": {
"name": "unLomTrois",
"email": "[email protected]",
"url": "https://github.com/unlomtrois"
}
}