21 lines
341 B
JSON
21 lines
341 B
JSON
{
|
|
"name": "make-api",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@effect/schema": "catalog:",
|
|
"effect": "catalog:",
|
|
"fast-check": "catalog:"
|
|
}
|
|
}
|