17 lines
277 B
JSON
17 lines
277 B
JSON
{
|
|
"name": "@fluxer/nats",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"nats": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|