blog/package.json

16 lines
268 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": {
"wrangler": "^3.1.1"
}
}