-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 886 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
{
"name": "open-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"private": true,
"workspaces": [
"packages/**"
],
"scripts": {
"tests": "yarn workspaces run tests",
"tests:integration": "yarn workspaces run tests:integration",
"build": "yarn workspaces run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maticnetwork/open-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maticnetwork/open-api/issues"
},
"homepage": "https://github.com/maticnetwork/open-api#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1"
}
}