-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 854 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
{
"name": "hoshimi-venus",
"version": "0.21.2",
"author": "vibbit (https://github.com/MalitsPlus)",
"description": "Venus System Library (tentative)",
"keywords": [],
"license": "Apache-2.0",
"homepage": "https://github.com/MalitsPlus/VenusSysLib",
"repository": {
"type": "git",
"url": "https://github.com/MalitsPlus/VenusSysLib.git"
},
"bugs": {
"url": "https://github.com/MalitsPlus/VenusSysLib/issues"
},
"main": "./out/index.js",
"types": "./out/index.d.ts",
"files": [
"out"
],
"scripts": {
"build": "tsc",
"test": "npx ts-node test/test.ts"
},
"dependencies": {
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.2",
"@types/uuid": "^9.0.0",
"ts-node": "^10.9.1"
}
}