-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 875 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
37
38
39
40
41
42
{
"name": "altv-utils",
"version": "0.1.15",
"main": "bin/index.js",
"author": "litolax",
"license": "ISC",
"type": "module",
"description": "altv-utils is a cli tool that can help with the daily routine of developers",
"bin": {
"altv-utils": "bin/altv-utils.js"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"axios": "^0.26.1",
"chalk": "^4.1.0",
"fs-extra": "^11.1.1",
"prompts": "^2.4.2"
},
"prettier": {
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"semi": true,
"trailingComma": "none",
"useTabs": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/Litolax/altv-utils.git"
},
"keywords": [
"altv",
"cli",
"tool",
"alt:V"
],
"bugs": {
"url": "https://github.com/Litolax/altv-utils/issues"
},
"homepage": "https://github.com/Litolax/altv-utils#readme"
}