Files
sencho/package.json
T
2026-03-28 01:08:23 -04:00

27 lines
610 B
JSON

{
"name": "sencho",
"version": "0.12.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.58.2"
}
}