forked from metaplex-foundation/beet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 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
{
"scripts": {
"build": "(cd ./beet && yarn build) && (cd ./beet-solana && yarn build)",
"postinstall": "patch-package",
"test:beet": "cd ./beet && yarn test && yarn test:browser",
"test:beet-solana": "cd ./beet-solana && yarn test",
"doc": "(cd ./beet && yarn doc); (cd ./beet-solana && yarn doc)",
"doc:update": "./sh/update-docs",
"patch:minipass": "patch-package tap-parser/minipass"
},
"workspaces": {
"packages": [
"beet",
"beet-solana"
]
},
"author": "Metaplex Maintainers <contact@metaplex.com>",
"homepage": "https://metaplex.com",
"repository": {
"url": "https://github.com/metaplex/beet.git"
},
"private": true,
"packageManager": "yarn@3.1.1",
"devDependencies": {
"patch-package": "^6.4.7"
}
}