-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 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
{
"name": "sample-powerbi-push-dataset",
"version": "1.0.0",
"main": "server.js",
"author": "easonkuo",
"license": "MIT",
"scripts": {
"dev": "ts-node src/server.ts",
"dev:live": "nodemon --exec src/server.ts"
},
"dependencies": {
"adal-node": "^0.2.1",
"axios": "^0.21.1",
"http-status-codes": "^2.1.4",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-joi-router": "^7.0.0",
"koa-json": "^2.0.2",
"koa-router": "^10.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/koa": "^2.11.6",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-joi-router": "^5.2.5",
"@types/koa-json": "^2.0.18",
"@types/koa-router": "^7.4.1",
"@types/node": "^14.14.21",
"@types/request": "^2.48.5",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.18.0",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}