create-payload-app 3.0.0-canary.79ab53e → 3.0.0-canary.81a972d
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-payload-app",
|
3
|
-
"version": "3.0.0-canary.
|
3
|
+
"version": "3.0.0-canary.81a972d",
|
4
4
|
"homepage": "https://payloadcms.com",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -59,6 +59,9 @@
|
|
59
59
|
"@types/jest": "29.5.12",
|
60
60
|
"@types/node": "22.5.4"
|
61
61
|
},
|
62
|
+
"engines": {
|
63
|
+
"node": "^18.20.2 || >=20.9.0"
|
64
|
+
},
|
62
65
|
"scripts": {
|
63
66
|
"build": "pnpm pack-template-files && pnpm typecheck && pnpm build:swc",
|
64
67
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths",
|