mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2026-04-25 04:03:03 +00:00
3e9b16ce1d
Replace CommonJS require() with ESM imports, add "type": "module" to test/package.json, remove 'use strict' and jshint directives, replace __dirname with import.meta.dirname. Made-with: Cursor
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "test.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chromedriver": "^146.0.2",
|
|
"mocha": "^11.7.5",
|
|
"selenium-webdriver": "^4.41.0",
|
|
"superagent": "^10.3.0"
|
|
},
|
|
"type": "module"
|
|
}
|