-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "amxxpack",
"description": "AMXXPack",
"author": "Hedgehog Fog",
"version": "1.4.7",
"license": "MIT",
"main": "lib/builder/index.js",
"types": "lib/builder/index.d.ts",
"files": [
"lib/**/*",
"resources/**/*"
],
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint",
"prepare": "npm run build"
},
"bin": {
"amxxpack": "./lib/cli/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Hedgefog/node-amxxpack"
},
"bugs": {
"url": "https://github.com/Hedgefog/node-amxxpack/issues"
},
"homepage": "https://github.com/Hedgefog/node-amxxpack",
"keywords": [
"amx",
"amxx",
"amxmodx",
"cli",
"pawn"
],
"dependencies": {
"chokidar": "^3.5.3",
"colors": "^1.4.0",
"commander": "^9.0.0",
"decompress": "^4.2.1",
"download": "^8.0.0",
"globule": "^1.3.4",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"node-cache": "^5.1.2",
"normalize-path": "^3.0.0"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/chokidar": "^2.1.3",
"@types/colors": "^1.2.1",
"@types/commander": "^2.12.2",
"@types/decompress": "^4.2.4",
"@types/download": "^8.0.1",
"@types/globule": "^1.1.4",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.178",
"@types/mkdirp": "^1.0.2",
"@types/normalize-path": "^3.0.0",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"chance": "^1.1.9",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"type-fest": "^3.2.0",
"typescript": "^4.8.4"
}
}