File tree Expand file tree Collapse file tree 1 file changed +25
-22
lines changed Expand file tree Collapse file tree 1 file changed +25
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-spec-discovery" ,
3
- "license" : " MPL-2.0" ,
4
- "repository" : {
5
- "type" : " git" ,
6
- "url" : " https://github.com/purescript-spec/purescript-spec-discovery.git"
7
- },
8
- "ignore" : [
9
- " **/.*" ,
10
- " node_modules" ,
11
- " bower_components" ,
12
- " output"
13
- ],
14
- "dependencies" : {
15
- "purescript-prelude" : " ^6.0.0" ,
16
- "purescript-effect" : " ^4.0.0" ,
17
- "purescript-arrays" : " ^7.0.0" ,
18
- "purescript-spec" : " ^7.0.0" ,
19
- "purescript-node-fs" : " ^8.0.0"
20
- },
21
- "devDependencies" : {
22
- "purescript-aff-promise" : " ^4.0.0"
23
- }
2
+ "name" : " purescript-spec-discovery" ,
3
+ "license" : [
4
+ " MPL-2.0"
5
+ ],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/purescript-spec/purescript-spec-discovery.git"
9
+ },
10
+ "ignore" : [
11
+ " **/.*" ,
12
+ " node_modules" ,
13
+ " bower_components" ,
14
+ " output"
15
+ ],
16
+ "dependencies" : {
17
+ "purescript-aff" : " ^v7.0.0" ,
18
+ "purescript-aff-promise" : " ^v4.0.0" ,
19
+ "purescript-arrays" : " ^v7.0.0" ,
20
+ "purescript-console" : " ^v6.0.0" ,
21
+ "purescript-effect" : " ^v4.0.0" ,
22
+ "purescript-foldable-traversable" : " ^v6.0.0" ,
23
+ "purescript-node-fs" : " ^v8.0.0" ,
24
+ "purescript-prelude" : " ^v6.0.0" ,
25
+ "purescript-spec" : " ^v7.0.0"
26
+ }
24
27
}
You can’t perform that action at this time.
0 commit comments