Files
sencho/package.json
T
sencho-quartermaster[bot] 4c79093abd chore(main): release 0.60.0 (#672)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
2026-04-17 22:58:20 -04:00

28 lines
635 B
JSON

{
"name": "sencho",
"version": "0.60.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": "^12.0.1"
}
}