-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "telegram-bot-pixiv-memories",
"version": "2.1.1",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "npx tsc",
"debug": "npx ts-node src/index.ts",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dwscdv3/telegram-bot-pixiv-memories.git"
},
"author": "Dwscdv3",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Dwscdv3/telegram-bot-pixiv-memories/issues"
},
"homepage": "https://github.com/Dwscdv3/telegram-bot-pixiv-memories#readme",
"dependencies": {
"axios": "^1",
"telegraf": "^4"
},
"devDependencies": {
"@jest/globals": "^29",
"@types/node": "^18",
"jest": "^29",
"ts-node": "^10.9",
"typescript": "^4"
}
}