-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 967 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
{
"name": "@api-ts/base",
"version": "0.0.0-unused-placeholder",
"description": "Tools for using io-ts to describe and consume APIs",
"license": "Apache-2.0",
"private": true,
"author": "Patrick McLaughlin <patrickmclaughlin@bitgo.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/BitGo/api-ts.git"
},
"bugs": {
"url": "https://github.com/BitGo/api-ts/issues"
},
"homepage": "https://github.com/BitGo/api-ts#readme",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run --workspaces build",
"test": "npm run --workspaces --if-present test"
},
"devDependencies": {
"@semantic-release-extras/github-comment-specific": "2.0.7",
"@semantic-release/npm": "13.1.5",
"@types/node": "22.5.0",
"multi-semantic-release": "3.1.0",
"typescript": "4.7.4"
},
"overrides": {
"semantic-release": ">=25.0.0",
"qs": "6.14.2"
},
"engines": {
"npm": ">=7"
}
}