-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 865 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": "easyvfd",
"version": "0.0.1",
"description": "TRA EFD made easy",
"main": "index.js",
"scripts": {
"start": "bun index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"VFD",
"EFD",
"TRA"
],
"author": "MikeMasam",
"license": "GPL",
"homepage": "https://github.com/mikemasam/easyvfd#readme",
"repository": {
"type": "git",
"url": "https://github.com/mikemasam/easyvfd.git"
},
"dependencies": {
"axios": "^1.6.8",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"knex": "^3.1.0",
"luxon": "^3.4.4",
"moonsight": "^0.1.22",
"mysql2": "^3.9.7",
"node-forge": "^1.3.1",
"objection": "^3.1.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.8",
"@types/xml2js": "^0.4.14"
}
}