feat: add jsr

This commit is contained in:
Supan Adit Pratama 2024-10-29 01:38:53 +07:00
parent f4542082a2
commit b5afe4f96e
2 changed files with 6 additions and 1 deletions

5
jsr.json Normal file
View File

@ -0,0 +1,5 @@
{
"name": "@aditama-labs/nest-autocrud",
"version": "0.0.1",
"exports": "./mod.ts"
}

View File

@ -1,5 +1,5 @@
{ {
"name": "nest-autocrud", "name": "@aditama-labs/nest-autocrud",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "",
"author": "", "author": "",