Skip to content

Commit

Permalink
New release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeKs0r authored Oct 28, 2024
1 parent 4185d09 commit 31b8b3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
# numia-engage-sdk

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run src/index.ts
```

This project was created using `bun init` in bun v1.1.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "numia-engage-sdk",
"name": "@numia/engage-sdk",
"version": "0.0.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -12,7 +13,8 @@
"scripts": {
"lint": "biome lint .",
"typecheck": "tsc --noEmit",
"build": "bun build.ts"
"build": "bun build.ts",
"release": "npm run build && bunx np"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand All @@ -35,6 +37,9 @@
"type": "git",
"url": "git+https://github.com/numiadata/numia-engage-sdk.git"
},
"bugs": "https://github.com/numiadata/numia-engage-sdk/issues",
"author": "Marc Höffl <[email protected]>"
"bugs": {
"url": "https://github.com/numiadata/numia-engage-sdk/issues"
},
"author": "Marc Höffl <[email protected]>",
"description": "Numia Engage Javascript/Typescript SDK"
}

0 comments on commit 31b8b3e

Please sign in to comment.