-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.57 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
{
"name": "azul-tools",
"version": "1.9.26",
"description": "Some tools that i use in my projects..",
"main": "azul.js",
"types": "index.d.ts",
"keywords": [
"azul",
"justazul",
"justazul.xyz",
"justazul.com",
"azul tools",
"azul-tools"
],
"author": "https://justazul.com",
"repository": {
"type": "git",
"url": "https://github.com/JustAzul/azul-tools.git"
},
"bugs": {
"url": "https://github.com/JustAzul/azul-tools/issues"
},
"homepage": "https://github.com/JustAzul/azul-tools",
"license": "MIT",
"dependencies": {
"colour": "^0.7.1",
"figlet": "^1.8.0",
"graceful-fs": "^4.2.11",
"mkdirp": "^1.0.4",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"steamid": "^1.1.3"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"*.js",
"*.json",
".npmrc",
"index.d.ts",
"/dist/*"
],
"devDependencies": {
"@types/figlet": "^1.5.1",
"@types/graceful-fs": "^4.1.5",
"@types/jest": "^28.1.4",
"@types/mkdirp": "^1.0.2",
"@types/node": "^15.12.2",
"@types/numeral": "^2.0.2",
"@types/steamid": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"jest": "^28.1.2",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"typescript": "^4.5.5"
},
"scripts": {
"prebuild": "rimraf ./dist",
"build": "tsc",
"test": "jest"
}
}