-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
40
41
{
"name": "dataagent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rimraf build",
"build": "tsc -p tsconfig.json",
"start": "node --enable-source-maps build",
"go": "yarn clean && yarn build && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nukami/DataAgent.git"
},
"author": "nukami",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nukami/DataAgent/issues"
},
"homepage": "https://github.com/Nukami/DataAgent#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"discord.js": "^14.13.0",
"exceljs": "^4.4.0",
"glob": "^10.3.10",
"node-global-proxy": "^1.0.1",
"path": "^0.12.7",
"pptxgenjs": "^3.12.0",
"undici": "^5.27.0",
"yaml": "^2.3.3"
}
}