-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
37 lines (37 loc) · 1.01 KB
/
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": "@api-ts/base",
"version": "0.1.0",
"description": "Tools for using io-ts to describe and consume APIs",
"license": "Apache-2.0",
"private": true,
"author": "Patrick McLaughlin <[email protected]>",
"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/*"
],
"packageManager": "[email protected]",
"scripts": {
"build": "npm run --workspaces build",
"test": "npm run --workspaces --if-present test",
"distclean": "rm -rf node_modules packages/*/node_modules",
"postinstall": "patch-package"
},
"devDependencies": {
"@semantic-release-extras/github-comment-specific": "1.0.7",
"@semantic-release/npm": "12.0.1",
"@types/node": "22.5.0",
"multi-semantic-release": "3.0.2",
"patch-package": "8.0.0",
"typescript": "4.6.4"
},
"engines": {
"npm": ">=7"
}
}