-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 917 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 917 Bytes
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
{
"author": {
"name": "fivepoint0"
},
"dependencies": {
"xml2js": "^0.4.23"
},
"description": "Broadsoft Application Server OCI Helper",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/express": "^4.17.11",
"@types/jest": "^26.0.22",
"@types/node": "^13.13.48",
"@types/xml2js": "^0.4.14",
"babel": "^6.23.0",
"babel-jest": "^26.6.3",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"tslib": "^2.2.0",
"typescript": "^3.9.9"
},
"keywords": [],
"license": "ISC",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"name": "ociconnection",
"scripts": {
"start": "node index.js",
"prepare": "tsc",
"test": "jest"
},
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/fivepoint-0/ociconnection.git"
}
}