-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 883 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
{
"name": "lingcod",
"description": "TypeScript utility library",
"version": "0.0.4",
"exports": {
"./algorithm": "./lib/algorithm.js",
"./array": "./lib/array.js",
"./function": "./lib/function.js",
"./geometry": "./lib/geometry.js",
"./math": "./lib/math.js",
"./matrix": "./lib/matrix.js",
"./misc": "./lib/misc.js",
"./object": "./lib/object.js",
"./random": "./lib/random.js",
"./server": "./lib/server.js",
"./string": "./lib/string.js",
"./time": "./lib/time.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Eczbek/lingcod.git"
},
"bugs": {
"url": "https://github.com/Eczbek/lingcod/issues"
},
"homepage": "https://github.com/Eczbek/lingcod#readme",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.23",
"@types/ws": "^8.5.3"
}
}