-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 899 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
{
"name": "@servirtium/recorder",
"version": "1.0.0",
"description": "This is the demo of servirtium recorder",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"scripts": {
"test": "jest --runInBand"
},
"dependencies": {
"@servirtium/recorder": "^0.1.11",
"@types/ejs": "^3.0.4",
"axios": "^0.21.2",
"cors": "^2.8.5",
"decimal.js": "^10.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@types/cors": "^2.8.7",
"@types/express": "^4.17.7",
"@types/jest": "^26.0.9",
"@types/xml2js": "^0.4.5",
"babel": "^6.23.0",
"jasmine": "^3.6.1",
"jest": "^25.3.0",
"typescript": "^3.9.7"
},
"jest": {
"testEnvironment": "node"
}
}