mor complete package.json
This commit is contained in:
parent
c472873975
commit
827ddf5ead
10
package.json
10
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue