-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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": "@incanta/config",
"version": "0.5.15",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./config": "./lib/config.js"
},
"bin": {
"config-env": "./lib/config-env.js"
},
"packageManager": "[email protected]",
"repository": "[email protected]:IncantaGames/config.git",
"author": "Incanta Games",
"license": "MIT",
"scripts": {
"build": "tsc -b .",
"test": "jest"
},
"dependencies": {
"axios": "^1.7.4",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"jsonc-parser": "^3.2.0",
"lodash.mergewith": "^4.6.2"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash.mergewith": "^4.6.9",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.1",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}