-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "spotify2yt-v5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard index.ts",
"start": "cd build && node index.js 1> Spotify2YT.log 2> Spotify2YT.err.log",
"build": "tsc && cd build && node index.js",
"quick": "cd build && node index.js"
},
"ts-standard": {
"project": "./tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/local-auth": "^2.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express.js": "^1.0.0",
"fs": "^0.0.1-security",
"generatehash": "github:Pupppy44/generatehash",
"googleapis": "^109.0.1",
"mongodb": "^4.12.1",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.20",
"paypal-rest-sdk": "^1.8.1",
"request": "^2.88.2",
"tslog": "^4.8.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/paypal-rest-sdk": "^1.7.6",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"ts-standard": "^12.0.1",
"typescript": "^4.9.5"
}
}