chore(chore): 🔧 add package version and exports
This commit is contained in:
parent
98444ea685
commit
92a6ae01a3
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@cohabit/ressources",
|
"name": "@cohabit/ressources",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"exports": {
|
||||||
|
".": "./mod.ts",
|
||||||
|
"./models": "./src/models/mod.ts"
|
||||||
|
},
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"start": "deno run --unstable-kv ./mod.ts"
|
"start": "deno run --unstable-kv ./mod.ts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue