blog/package.json

18 lines
298 B
JSON
Raw Normal View History

2023-06-30 12:06:24 +00:00
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2025-02-24 15:57:31 +00:00
"wrangler": "^3.109.3"
2023-06-30 17:00:23 +00:00
},
"devDependencies": {
2023-06-30 12:06:24 +00:00
}
}