-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 876 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
37
{
"name": "share.cny.sh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc",
"prod": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnysCode/share.cny.sh.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnysCode/share.cny.sh/issues"
},
"homepage": "https://github.com/ConnysCode/share.cny.sh#readme",
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"nodemon": "^3.0.1",
"open-graph-scraper": "^6.2.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.0",
"typescript": "^5.1.6"
}
}