-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 1007 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
{
"name": "@bullhorn/bullhorn-types",
"version": "2.0.0",
"description": "Entity Utils and Typescript Interfaces for the Bullhorn REST Api",
"license": "MIT",
"files": [
"lib/"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bullhorn/bullhorn-types.git"
},
"bugs": {
"url": "https://github.com/bullhorn/bullhorn-types/issues"
},
"homepage": "https://github.com/bullhorn/bullhorn-types#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"bh": "bullhorn",
"refresh": "bh generate all",
"build": "tsc",
"ci-publish": "ci-publish",
"generate": "bh config set environment http://bte2-backend.bh-bos2.bullhorn.com:8182; bh auth login; bh typings generate",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@bullhorn/bullhorn-cli": "^2.2.6",
"ci-publish": "^1.3.1",
"semantic-release": "^17.4.1",
"typescript": "~4.2.3"
}
}