mor complete package.json

This commit is contained in:
Moon Man 2024-01-28 06:28:21 -05:00
parent c472873975
commit 827ddf5ead
1 changed files with 7 additions and 3 deletions

View File

@ -2,17 +2,21 @@
"name": "noderl",
"version": "1.0.0",
"type": "module",
"description": "",
"description": "Erlang-node.js bridge",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc"
},
"author": "",
"author": "moon@shipoclu.com",
"license": "ISC",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://git.shipoclu.com/moon/noderl.git"
},
"devDependencies": {
"@types/node": "^20.11.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",