35 lines
851 B
JSON
35 lines
851 B
JSON
{
|
|
"name": "noderl",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "Erlang-node.js bridge",
|
|
"main": "./dist/main.js",
|
|
"types": "./dist/main.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"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",
|
|
"@typescript-eslint/parser": "^6.19.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"prettier": "^3.2.4",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|