forked from MathMan05/JankClient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "jankclient",
"version": "0.1.0",
"description": "A SpaceBar Client written in JS, HTML and CSS. To run, clone the repo and run `npm start`. To access Jank Client after init simply go to http://localhost:8080/login and login with your username and password.",
"main": "index.js",
"scripts": {
"start": "node .",
"minify": "node minify.js",
"taiko": "taiko",
"test": "taiko test.js",
"test-dev": "taiko test.js --observe"
},
"keywords": [
"spacebar"
],
"author": {
"name": "MathMan05",
"url": "https://github.com/MathMan05"
},
"repository": {
"type": "git",
"url": "https://github.com/DEVTomatoCake/JankClient.git"
},
"contributors": [
{
"name": "TomatoCake",
"url": "https://github.com/DEVTomatoCake"
}
],
"license": "GPL-3.0",
"dependencies": {
"clean-css": "^5.3.3",
"compression": "^1.7.4",
"express": "^4.19.2",
"uglify-js": "^3.19.3"
},
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.26.0",
"@html-eslint/parser": "^0.26.0",
"@stylistic/eslint-plugin-js": "^2.7.2",
"eslint": "^9.9.1",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0",
"taiko": "^1.4.1"
}
}