-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.61.0",
"@types/node": "^26.2.0",
"globals": "^17.11.0",
"stylelint": "^17.13.0",
"stylelint-config-standard": "^40.0.0",
"typescript": "^7.0.2"
},
"name": "auths-rng",
"version": "1.0.0",
"description": "     [](https://discord.gg/mTDw8jJYqX) [](https://github.com/authsrng-game/auths-RNG/actions/workflows/autofix.yml)  [](https://deepwiki.com/authsrng-game/auths-RNG)",
"main": "playwright.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/authsrng-game/auths-RNG.git"
},
"keywords": [],
"type": "commonjs",
"bugs": {
"url": "https://github.com/authsrng-game/auths-RNG/issues"
},
"homepage": "https://github.com/authsrng-game/auths-RNG#readme"
}