WIP: correct package.json

This commit is contained in:
Alexandre HEIM 2025-03-22 19:28:12 +01:00
parent a1e7cd647b
commit d170056595
4 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,7 @@
plugis client for typescript / bun plugis client for typescript / bun
## publish the package
## use plugis-client with bun ## use plugis-client with bun

View file

@ -1,7 +1,7 @@
{ {
"name": "plugis-client", "name": "plugis-client",
"version": "0.1.0", "version": "0.1.0",
"main": "index.js", "main": "PlugisClass.ts",
"type": "module", "type": "module",
"publishConfig": { "publishConfig": {
"registry": "https://git.fibre.plugis.com" "registry": "https://git.fibre.plugis.com"

3
sample/index.ts Normal file
View file

@ -0,0 +1,3 @@
import { PlugisClass } from "plugis-client";
console.log(PlugisClass)