diora-web/package.json

21 lines
414 B
JSON
Raw Normal View History

{
"name": "diora-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"repository": {
"type": "git",
"url": "ssh://git@fg.creamfresh.xyz:2222/mrwnslz/diora-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.62.1"
}
}