|
1 | 1 | {
|
2 |
| - "name": "purescript-argonaut-codecs", |
3 |
| - "license": [ |
4 |
| - "MIT" |
5 |
| - ], |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/purescript-contrib/purescript-argonaut-codecs" |
9 |
| - }, |
10 |
| - "ignore": [ |
11 |
| - "**/.*", |
12 |
| - "node_modules", |
13 |
| - "bower_components", |
14 |
| - "output" |
15 |
| - ], |
16 |
| - "dependencies": { |
17 |
| - "purescript-argonaut-core": "main", |
18 |
| - "purescript-arrays": "master", |
19 |
| - "purescript-effect": "master", |
20 |
| - "purescript-foreign-object": "master", |
21 |
| - "purescript-identity": "master", |
22 |
| - "purescript-integers": "master", |
23 |
| - "purescript-maybe": "master", |
24 |
| - "purescript-nonempty": "master", |
25 |
| - "purescript-ordered-collections": "master", |
26 |
| - "purescript-prelude": "master", |
27 |
| - "purescript-record": "master" |
28 |
| - } |
| 2 | + "name": "purescript-argonaut-codecs", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-argonaut-core": "^6.0.0", |
| 18 | + "purescript-arrays": "^6.0.0", |
| 19 | + "purescript-effect": "^3.0.0", |
| 20 | + "purescript-foreign-object": "^3.0.0", |
| 21 | + "purescript-identity": "^5.0.0", |
| 22 | + "purescript-integers": "^5.0.0", |
| 23 | + "purescript-maybe": "^5.0.0", |
| 24 | + "purescript-nonempty": "^6.0.0", |
| 25 | + "purescript-ordered-collections": "^2.0.0", |
| 26 | + "purescript-prelude": "^5.0.0", |
| 27 | + "purescript-record": "^3.0.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "purescript-assert": "^5.0.0", |
| 31 | + "purescript-console": "^5.0.0", |
| 32 | + "purescript-quickcheck": "^7.0.0" |
| 33 | + } |
29 | 34 | }
|
0 commit comments