LibreChat/package.json

26 lines
790 B
JSON
Raw Normal View History

2023-03-27 17:00:59 -07:00
{
"name": "chatgpt-clone",
"version": "0.4.1",
2023-03-27 17:00:59 -07:00
"description": "",
"scripts": {
"e2e": "playwright test --config=e2e/playwright.config.js",
"e2e:update": "playwright test --config=e2e/playwright.config.js --update-snapshots",
"e2e:debug": "cross-env PWDEBUG=1 playwright test --config=e2e/playwright.config.js",
"e2e:report": "npx playwright show-report e2e/playwright-report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danny-avila/chatgpt-clone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danny-avila/chatgpt-clone/issues"
},
"homepage": "https://github.com/danny-avila/chatgpt-clone#readme",
"devDependencies": {
"@playwright/test": "^1.32.1",
2023-03-29 11:31:57 -07:00
"cross-env": "^7.0.3"
2023-03-27 17:00:59 -07:00
}
}