id-wordnet
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "id-wordnet", | ||
"version": "1.0.6", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"version": "1.0.7", | ||
"type": "module", | ||
"repository": { | ||
@@ -30,4 +29,5 @@ "type": "git", | ||
"start": "node index.js", | ||
"publish": "npm pkg fix; npm publish" | ||
"publish": "npm pkg fix; npm publish", | ||
"prod": "bun build src/index.ts --outdir dist --target node" | ||
} | ||
} |
@@ -20,2 +20,12 @@ ### Archived | ||
## Getting started | ||
We use [bun](https://bun.sh/) for this project. | ||
```bash | ||
curl -fsSL https://bun.sh/install | bash | ||
bun install | ||
bun test | ||
``` | ||
## Where did you find this? | ||
@@ -22,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
18039878
84
Yes