thefoldwithin-earth/package.json

11 lines
160 B
JSON
Raw Normal View History

{
2025-10-16 18:22:29 -05:00
"name": "the-fold-within",
"version": "1.0.0",
2025-10-16 18:22:29 -05:00
"private": true,
"scripts": {
2025-10-16 18:22:29 -05:00
"build": "node build.js"
},
2025-10-16 18:22:29 -05:00
"engines": {
"node": ">=18"
}
2025-10-16 18:22:29 -05:00
}