Cloudlog/package.json

16 wiersze
329 B
JSON
Czysty Zwykły widok Historia

2024-04-05 20:36:16 +00:00
{
"name": "cloudlog",
"version": "1.0.0",
"description": "> Important: Only accepting PRs on the \"dev\" branch.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2024-04-30 12:53:02 +00:00
"cypress": "^13.8.1"
2024-04-05 20:36:16 +00:00
}
}