Skip to content

Commit 079515b

Browse files
authored
Create package.json
1 parent 74a333c commit 079515b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "renovate",
3+
"description": "Automated dependency updates. Flexible so you don't need to be.",
4+
"version": "0.0.0-semantic-release",
5+
"type": "commonjs",
6+
"engines": {
7+
"node": "^20.15.1",
8+
"pnpm": "^9.0.0"
9+
},
10+
"volta":{
11+
"node": "20.18.0",
12+
"pnpm": "9.12.2"
13+
},
14+
"dependencies": {
15+
"zod": "3.23.8"
16+
},
17+
"devDependencies": {
18+
"@types/react-dom": "18.1.0"
19+
}
20+
}

0 commit comments

Comments
 (0)