-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 942 Bytes
/
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
{
"name": "axonbody3",
"version": "0.2.1",
"description": "FiveM Axon Body 3",
"private": true,
"main": "",
"types": "./typings/index.d.ts",
"scripts": {
"test": "npm run lint",
"lint": "eslint static && stylelint static",
"lint:fix": "eslint static --fix && stylelint static --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TFNRP/axonbody3.git"
},
"author": "Reece Stokes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TFNRP/axonbody3/issues"
},
"homepage": "https://github.com/TFNRP/axonbody3#readme",
"devDependencies": {
"@types/howler": "^2.1.1",
"@types/jquery": "^3.5.13",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"typescript": "^4.5.4"
},
"engines": {
"node": "^17"
}
}