|
|
|
@ -1,13 +1,14 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "jlc", |
|
|
|
"name": "jlc", |
|
|
|
"version": "1.0.0", |
|
|
|
"version": "1.0.0", |
|
|
|
|
|
|
|
"type": "module", |
|
|
|
"main": "index.js", |
|
|
|
"main": "index.js", |
|
|
|
"author": "Freywar Ulvnaudgari <freywar.ulvnaudgari@neuroeventlabs.com>", |
|
|
|
"author": "Freywar Ulvnaudgari <freywar.ulvnaudgari@neuroeventlabs.com>", |
|
|
|
"license": "MIT", |
|
|
|
"license": "MIT", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"build": "rm -rf build && tsc", |
|
|
|
"build": "rm -rf build && tsc", |
|
|
|
"run": "yarn build && node build/index.js", |
|
|
|
"start": "yarn build && node --import=extensionless/register build/index.js", |
|
|
|
"run:debug": "yarn build && node --inspect-brk build/index.js", |
|
|
|
"start:debug": "yarn build && node --inspect-brk --import=extensionless/register build/index.js", |
|
|
|
"test": "jest", |
|
|
|
"test": "jest", |
|
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", |
|
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", |
|
|
|
"lint": "eslint", |
|
|
|
"lint": "eslint", |
|
|
|
@ -21,6 +22,7 @@ |
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0", |
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0", |
|
|
|
"@typescript-eslint/parser": "^8.0.0", |
|
|
|
"@typescript-eslint/parser": "^8.0.0", |
|
|
|
"eslint": "^9.8.0", |
|
|
|
"eslint": "^9.8.0", |
|
|
|
|
|
|
|
"extensionless": "^1.9.9", |
|
|
|
"jest": "^29.7.0", |
|
|
|
"jest": "^29.7.0", |
|
|
|
"ts-jest": "^29.2.3", |
|
|
|
"ts-jest": "^29.2.3", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|
|