forked from evmts/compiler
-
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) · 785 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 785 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
{
"name": "@compiler/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"all": "nx run-many -t lint format test build post-build",
"build": "nx run-many -t build post-build",
"build:release": "pnpm all --configuration=production",
"lint": "nx run-many -t lint format",
"release:init": "changeset",
"release:version": "changeset version",
"release:publish": "changeset publish",
"test": "nx run-many -t test"
},
"private": true,
"devDependencies": {
"@biomejs/biome": "^2.2.6",
"@changesets/cli": "^2.29.7",
"@monodon/rust": "2.3.0",
"@napi-rs/cli": "3.0.0-alpha.63",
"@napi-rs/wasm-runtime": "^0.2.4",
"@nx/workspace": "21.6.4",
"emnapi": "^1.1.0",
"nx": "21.6.4",
"typescript": "^5.9.3"
}
}