-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "@herp-inc/environmen-ts",
"description": "A composable environment variable decoder library",
"version": "0.5.0",
"keywords": [
"fp-ts",
"environment variables"
],
"main": "cjs/index.js",
"module": "mjs/index.js",
"types": "cjs/index.d.ts",
"sideEffects": false,
"repository": "https://github.com/herp-inc/environmen-ts",
"license": "MIT",
"devDependencies": {
"@herp-inc/eslint-config": "0.22.0",
"@herp-inc/eslint-config-jest": "0.4.0",
"@rollup/plugin-typescript": "11.1.1",
"@types/jest": "27.5.2",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"fast-check": "3.9.0",
"fp-ts": "2.15.0",
"jest": "27.5.1",
"prettier": "2.8.8",
"rollup": "3.23.0",
"ts-jest": "27.1.5",
"typescript": "5.0.4"
},
"peerDependencies": {
"fp-ts": "^2.11.0"
}
}