File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " purescript-typedenv" ,
3
+ "homepage" : " https://github.com/nicholassaunders/purescript-typedenv" ,
4
+ "authors" : [
5
+ " Nick Saunders <[email protected] >"
6
+ ],
7
+ "description" : " Parse environment variables using a type-level schema encoding." ,
8
+ "keywords" : [
9
+ " purescript" ,
10
+ " typedenv" ,
11
+ " environment" ,
12
+ " configuration"
13
+ ],
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git://github.com/nsaunders/purescript-typedenv.git"
17
+ },
18
+ "license" : " MIT" ,
19
+ "ignore" : [
20
+ " **/.*" ,
21
+ " node_modules" ,
22
+ " bower_components" ,
23
+ " output"
24
+ ],
25
+ "dependencies" : {
26
+ "purescript-foreign-object" : " ^2.0.3" ,
27
+ "purescript-generics-rep" : " ^6.1.1" ,
28
+ "purescript-integers" : " ^4.0.0" ,
29
+ "purescript-numbers" : " ^7.0.0" ,
30
+ "purescript-record" : " ^2.0.1" ,
31
+ "purescript-strings" : " ^4.0.1" ,
32
+ "purescript-typelevel-prelude" : " ^5.0.0"
33
+ },
34
+ "devDependencies" : {
35
+ "purescript-console" : " ^4.2.0" ,
36
+ "purescript-effect" : " ^2.0.1" ,
37
+ "purescript-node-process" : " ^7.0.0" ,
38
+ "purescript-psci-support" : " ^4.0.0" ,
39
+ "purescript-spec" : " ^4.0.0" ,
40
+ "purescript-transformers" : " ^4.2.0"
41
+ }
42
+ }
You can’t perform that action at this time.
0 commit comments