-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 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": "nanograph",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc -p .",
"gen": "tsc -p ./tsconfig-gen.json && node ./lib/gen/gen.js",
"test": "echo \"Error: no test specified\" && exit 1",
"shrink": "npm run build && minify lib -d min --sourceType module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrick-rodgers/fhl-2023-fall.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrick-rodgers/fhl-2023-fall/issues"
},
"homepage": "https://github.com/patrick-rodgers/fhl-2023-fall#readme",
"dependencies": {
"@azure/msal-node": "^2.1.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^18.17.15",
"babel-minify": "^0.5.2",
"typescript": "^5.2.2",
"xml-js": "^1.6.11"
}
}