-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 722 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@godot-js/editor",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.11.0+sha1.4048eeefd564ff1ab248fac3e2854d38245fe2f1",
"scripts": {
"build": "pnpm -r build",
"test": "node scripts/test/run-runtime-matrix.mts",
"test:skip-builds": "node scripts/test/run-runtime-matrix.mts --skip-builds",
"changeset": "changeset",
"ci:should-publish": "node scripts/release/should-publish.js",
"ci:publish": "node scripts/release/publish.js",
"ci:test-project": "node scripts/release/test-project.js",
"ci:version": "changeset version && node scripts/release/version.js"
},
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@types/node": "^24.12.2"
}
}