mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
fe53c7e3e5
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
28 lines
635 B
JSON
28 lines
635 B
JSON
{
|
|
"name": "sencho",
|
|
"version": "0.65.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cd backend && npm test",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AnsoCode/Sencho.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"type": "commonjs",
|
|
"bugs": {
|
|
"url": "https://github.com/AnsoCode/Sencho/issues"
|
|
},
|
|
"homepage": "https://github.com/AnsoCode/Sencho#readme",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"otplib": "^13.4.0"
|
|
}
|
|
}
|