mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"name": "gitea",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"gitea": "docker compose down && docker compose up -d && npx playwright install && playwright test && sleep 20 && sh create.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.51.1",
|
|
"@types/node": "^22.14.0"
|
|
}
|
|
}
|