-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
93 lines (93 loc) · 2.87 KB
/
package-lock.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "javascript-bot-template",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "javascript-bot-template",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@discordcf/framework": "../discordcf"
},
"devDependencies": {
"prettier": "^1.18.2"
}
},
"../discordcf": {
"name": "@discordcf/framework",
"version": "0.1.0",
"license": "Apache License 2.0",
"dependencies": {
"discord-api-types": "^0.37.18",
"itty-router": "^2.6.6",
"tweetnacl": "github:Inrixia/tweetnacl-js"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.14.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.27.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.0",
"prettier": "^2.7.1",
"ts-loader": "^9.4.1",
"typescript": "^4.7.4"
}
},
"node_modules/@discordcf/framework": {
"resolved": "../discordcf",
"link": true
},
"node_modules/prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=4"
}
}
},
"dependencies": {
"@discordcf/framework": {
"version": "file:../discordcf",
"requires": {
"@cloudflare/workers-types": "^3.14.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.41.0",
"discord-api-types": "^0.37.18",
"eslint": "^8.27.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.0",
"itty-router": "^2.6.6",
"prettier": "^2.7.1",
"ts-loader": "^9.4.1",
"tweetnacl": "github:Inrixia/tweetnacl-js",
"typescript": "^4.7.4"
}
},
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true
}
}
}