-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1 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
{
"author": {
"name": "Noah Gelwan",
"email": "[email protected]",
"url": "https://github.com/extradosages"
},
"dependencies": {
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"zod": "^3.21.4"
},
"description": "Type-safe config loading with zod",
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.196",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"files": [
"./dist"
],
"keywords": [
"zod",
"config",
"yaml",
"environment",
"typescript"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "phantom-zone",
"repository": {
"type": "git",
"url": "https://github.com/extradosages/phantom-zone"
},
"version": "0.5.1"
}