1
0
forked from C9S/mono-landing
Files
valeriy-mono-landing/package.json
T
Alex Ant c5dc406f93 init
2026-03-15 22:55:39 +05:00

13 lines
309 B
JSON

{
"name": "mono-landing",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.mjs",
"dev": "node build.mjs && open index.html && nodemon --watch src --watch build.mjs --ext html,css,js,mjs --exec \"node build.mjs\""
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}