-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
98 lines (98 loc) · 4.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "ad4m-monorepo",
"workspaces": [
"core",
"docs",
"executor",
"ui",
"connect",
"test-runner",
"bootstrap-languages/*",
"tests/js",
"rust-executor",
"cli",
"dapp",
"ad4m-hooks/react",
"ad4m-hooks/vue",
"ad4m-hooks/helpers"
],
"private": true,
"scripts": {
"build": "turbo run build-languages --concurrency=1 && turbo run build-libs",
"build-no-cache": "turbo run build-languages --concurrency=1 --force && turbo run build-libs --force",
"build-libs": "turbo run build-libs",
"build-core-executor": "turbo run build-core-executor",
"build-npm-packages": "turbo run build-npm-packages",
"dev": "turbo run dev --parallel",
"serve": "turbo run serve",
"lint": "turbo run lint",
"test": "turbo run test --concurrency=1",
"test:macos": "turbo run test:macos --concurrency=1",
"test:linux": "turbo run test:linux --concurrency=1",
"test:windows": "turbo run test:windows --concurrency=1",
"test-main": "turbo run test-main",
"package-ad4m": "turbo run package-ad4m",
"build-languages": "turbo run build-languages --concurrency=1",
"build-dapp": "turbo run build-dapp",
"docs": "jsdoc -c jsdoc.json",
"docs:api:jsdoc2md": "jsdoc2md --configure jsdoc.json --partial docs/header.hbs --global-index-format none --files src/**/* > docs-src/api.md",
"docs:api:tsconcat": "concat-md --decrease-title-levels --dir-name-as-title docs-src/typedoc > docs-src/api.md",
"docs:api:typedoc": "typedoc --plugin typedoc-plugin-markdown --options typedoc.json --tsconfig core/tsconfig.json --entryPointStrategy expand core/src",
"docs:api": "pnpm run docs:api:typedoc && pnpm run docs:api:tsconcat",
"docs:prepare": "honkit init docs-src",
"docs:build": "pnpm run docs:api && honkit build docs-src",
"docs:serve": "honkit serve docs-src",
"docs:clean": "rimraf docs-src/_book",
"docs:cp": "cp -r docs-src/_book/ docs/",
"build-all-macos": "turbo run build-all-macos",
"build-all-linux": "turbo run build-all-linux",
"build-all-windows": "turbo run build-all-windows",
"patchpackage": "patch-package",
"set-version": "node setVersion.js"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"eslint-config-custom": "*",
"patch-package": "^6.5.0",
"prettier": "latest",
"readline-sync": "1.4.10",
"turbo": "latest"
},
"engines": {
"node": ">=16.0.0"
},
"nohoist": [
"core"
],
"packageManager": "pnpm@9.15.0",
"pnpm": {
"patchedDependencies": {
"get-port@5.1.1": "patches/get-port@5.1.1.patch",
"@mattrglobal/bbs-signatures@0.5.0": "patches/@mattrglobal__bbs-signatures@0.5.0.patch",
"bn.js@4.12.0": "patches/bn.js@4.12.0.patch",
"borc@2.1.2": "patches/borc@2.1.2.patch",
"brorand@1.1.0": "patches/brorand@1.1.0.patch",
"graphql@15.7.2": "patches/graphql@15.7.2.patch",
"iso-url@0.4.7": "patches/iso-url@0.4.7.patch",
"sha256@0.2.0": "patches/sha256@0.2.0.patch",
"@stablelib/random@1.0.2": "patches/@stablelib__random@1.0.2.patch",
"@transmute/did-key-bls12381@0.2.1-unstable.42": "patches/@transmute__did-key-bls12381@0.2.1-unstable.42.patch",
"@transmute/did-key-cipher@0.2.1-unstable.42": "patches/@transmute__did-key-cipher@0.2.1-unstable.42.patch",
"@transmute/did-key-common@0.2.1-unstable.42": "patches/@transmute__did-key-common@0.2.1-unstable.42.patch",
"@transmute/did-key-ed25519@0.2.1-unstable.42": "patches/@transmute__did-key-ed25519@0.2.1-unstable.42.patch",
"@transmute/did-key-secp256k1@0.2.1-unstable.42": "patches/@transmute__did-key-secp256k1@0.2.1-unstable.42.patch",
"@transmute/did-key-web-crypto@0.2.1-unstable.42": "patches/@transmute__did-key-web-crypto@0.2.1-unstable.42.patch",
"@transmute/did-key-x25519@0.2.1-unstable.42": "patches/@transmute__did-key-x25519@0.2.1-unstable.42.patch",
"@transmute/did-key.js@0.2.1-unstable.42": "patches/@transmute__did-key.js@0.2.1-unstable.42.patch",
"@transmute/ld-key-pair@0.6.1-unstable.37": "patches/@transmute__ld-key-pair@0.6.1-unstable.37.patch",
"@transmute/web-crypto-key-pair@0.6.1-unstable.37": "patches/@transmute__web-crypto-key-pair@0.6.1-unstable.37.patch",
"tweetnacl@1.0.3": "patches/tweetnacl@1.0.3.patch",
"@mattrglobal/node-bbs-signatures@0.11.0": "patches/@mattrglobal__node-bbs-signatures@0.11.0.patch",
"node-gyp-build@4.8.0": "patches/node-gyp-build@4.8.0.patch",
"@peculiar/webcrypto@1.4.5": "patches/@peculiar__webcrypto@1.4.5.patch",
"safe-buffer@5.2.1": "patches/safe-buffer@5.2.1.patch",
"safer-buffer@2.1.2": "patches/safer-buffer@2.1.2.patch"
}
},
"version": "0.10.1-rc6"
}