-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 990 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": "@mergeapi/merge-ats-node",
"version": "1.0.10",
"description": "NodeJS client for @mergeapi/merge-ats-node",
"repository": {
"type": "git",
"url": "git+https://github.com/merge-api/merge-ats-node.git"
},
"main": "dist/api.js",
"files": [
"dist"
],
"types": "dist/api.d.ts",
"scripts": {
"clean": "rm -Rf node_modules/ *.js",
"build": "tsc -p ./tsconfig.json",
"prepublishOnly": "npm ci --ignore-scripts && npm run build",
"test": "npm run build && node dist/client.js"
},
"author": "OpenAPI-Generator Contributors",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "*",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^4.3.3",
"@types/node": "^15.12.2"
},
"bugs": {
"url": "https://github.com/merge-api/merge-ats-node/issues"
},
"homepage": "https://github.com/merge-api/merge-ats-node#readme"
}