-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
49
50
51
52
53
54
55
{
"name": "leet-profile-lib",
"version": "1.3.2",
"types": "dist/index.d.ts",
"description": "leet-profile-lib is used to get all your leetcode profile data as per your leetcode username",
"keywords": [
"leetcode",
"leetcodeprofile",
"leetcode profile",
"leetprofile",
"leet profile",
"leetcode profile lib",
"leetcode profile library",
"leetcode profile lib embed",
"leetcode profile embed"
],
"main": "dist/index.js",
"engines": {
"node": "15.3.0"
},
"scripts": {
"start": "node index.js",
"postinstall": "npm install @types/node-fetch --save-dev && tsc",
"watch-node": "nodemon index.js",
"watch-ts": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pooja444/leetcode-profile-lib.git"
},
"author": "Pooja Kulkarni",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Pooja444/leetcode-profile-lib/issues"
},
"homepage": "https://github.com/Pooja444/leetcode-profile-lib#readme",
"dependencies": {
"@types/cors": "^2.8.10",
"@types/yamljs": "^0.2.31",
"apollo-boost": "^0.4.9",
"cors": "^2.8.5",
"express": "^4.18.1",
"graphql-tag": "^2.11.0",
"node-fetch": "^2.6.1",
"ts-node": "^9.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.6.0",
"@types/node-fetch": "^2.6.3",
"nodemon": "^2.0.19",
"typescript": "^4.7.4"
}
}