-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 1020 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
38
39
40
{
"name": "@metamask/api-specs",
"description": "",
"publishConfig": {
"access": "public"
},
"homepage": "https://metamask.github.io/api-specs/",
"main": "dist/index.js",
"files": [
"dist/",
"dist/build"
],
"scripts": {
"start": "yarn build",
"build": "mkdir -p src/build && node merge-openrpc.js && tsc && rm -rf src/build",
"build:watch": "nodemon",
"prepublishOnly": "./scripts/prepack.sh",
"test": "yarn build && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/api-specs.git"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@open-rpc/meta-schema": "^1.14.2",
"@open-rpc/schema-utils-js": "^1.16.1",
"@types/jest": "^29.2.6",
"@xops.net/openrpc-cli": "^1.0.2",
"jest": "^29.3.1",
"js-yaml": "^4.1.0",
"json-schema-merge-allof": "^0.8.1",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.22",
"ts-jest": "^29.0.5",
"typescript": "~4.8.4"
},
"version": "0.10.13"
}