-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "chenu",
"version": "1.1.5",
"description": "Easily create cheat menu's for games!",
"keywords": [
"cheat-menu",
"cheat menu",
"hack",
"cheat",
"menu"
],
"main": "lib/index.js",
"repository": "https://github.com/hostedposted/Chenu",
"author": "hostedposted <hostedpostedsite@gmail.com>",
"license": "MIT",
"readme": "README.md",
"devDependencies": {
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"typescript": "*"
},
"dependencies": {
"preact": "^10.11.1",
"react-icons": "^4.4.0",
"styled-components": "^5.3.6",
"sweetalert2": "^11.4.38",
"sweetalert2-react-content": "^5.0.3"
},
"files": [
"lib"
],
"type": "module"
}