-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 921 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
38
39
{
"name": "@mtkruto/node",
"version": "0.0.0",
"description": "MTKruto for Node.js",
"author": "Roj <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/MTKruto/MTKruto.git"
},
"license": "LGPL-3.0-or-later",
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
},
"./1_utilities": {
"import": "./esm/1_utilities.js",
"require": "./script/1_utilities.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"dependencies": {
"@deno/shim-deno": "~0.18.0",
"@deno/shim-crypto": "~0.3.1",
"ws": "^8.13.0",
"node-localstorage": "^3.0.5"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@types/ws": "^8.5.4",
"@types/node-localstorage": "^1.3.3"
},
"_generatedBy": "dnt@dev"
}