blog/package.json

21 lines
398 B
JSON
Raw Permalink 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"
2023-06-30 17:00:23 +00:00
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"typescript": "^5.1.6",
"vitest": "^0.32.2"
2023-06-30 12:06:24 +00:00
}
}