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",
|
"name": "noderl",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "Erlang-node.js bridge",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
"types": "./dist/main.d.ts",
|
"types": "./dist/main.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "tsc"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "moon@shipoclu.com",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**"
|
"dist/**"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.shipoclu.com/moon/noderl.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.11.8",
|
"@types/node": "^20.11.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
||||||
|
|
Loading…
Reference in New Issue