-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 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": "@cord-travel/pms-connect",
"version": "1.0.2-beta.8",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cord-travel/pms-connect.git"
},
"keywords": [],
"author": "Sarath TK <sarath.tk@cordiant.com> (https://github.com/saratonite)",
"license": "ISC",
"bugs": {
"url": "https://github.com/cord-travel/pms-connect/issues"
},
"homepage": "https://github.com/cord-travel/pms-connect#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^16.7.1",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"files": [
"dist/**"
],
"dependencies": {
"axios": "^0.21.4"
}
}