-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 784 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 784 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
{
"name": "@abhinavmsra/indexer-rs",
"version": "0.0.0",
"license": "BSD 2-Clause",
"scripts": {
"test": "nx run-many --target=test",
"lint": "nx run-many --target=lint",
"graph": "nx graph --host 0.0.0.0 --port 3010",
"affected-test": "nx affected -t test",
"format": "cargo fmt",
"clean": "cargo clean"
},
"private": true,
"dependencies": {
"@monodon/rust": "2.1.1"
},
"devDependencies": {
"@nx/js": "20.1.4",
"@nx/workspace": "20.1.4",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.9.3",
"@swc/helpers": "~0.5.15",
"nx": "20.1.4"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}