-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 908 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
{
"name": "discord-encryption",
"version": "0.1.0",
"type": "module",
"description": "An experimental encryption solution for Discord",
"scripts": {
"build": "rollup -c && tsx ./build/build-patch.cts",
"build:dev": "rollup -c && tsx ./build/build-patch.cts dev"
},
"dependencies": {
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"jquery": "^3.7.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@types/crypto-js": "^4.1.1",
"@types/node": "^20.4.5",
"prepend-file": "^2.0.1",
"rollup": "^3.26.3",
"tslib": "^2.6.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/hmerritt/discord-encryption.git"
},
"packageManager": "yarn@3.6.1"
}