15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"name": "srv",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"private": "true",
|
|
"repository": "git@git.orionkindel.com:dnim/srv.git",
|
|
"author": "Orion Kindel <cakekindel@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@matchbook/ts": "^1.0.0",
|
|
"fp-ts": "^2.16.0",
|
|
"yaml": "^2.3.1"
|
|
}
|
|
}
|