-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "@r3ps4j/i18next-fxserver-backend",
"version": "1.0.0",
"description": "Backend for FXServer",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "tsc",
"watch": "npm run prepare -- --watch",
"format": "prettier --write \"src/**/*.{ts,js}\"",
"lint": "eslint \"src/**/*.{ts,js}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/r3ps4J/i18next-fxserver-backend.git"
},
"keywords": [
"i18next",
"i18next-backend",
"citizenfx"
],
"author": "r3ps4J",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/r3ps4J/i18next-fxserver-backend/issues"
},
"homepage": "https://github.com/r3ps4J/i18next-fxserver-backend#readme",
"dependencies": {
"i18next": "^23.2.11"
},
"devDependencies": {
"@citizenfx/client": "^2.0.6551-1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"files": [
"lib/**/*"
]
}