Files
letro-authentication-service/tools/syn2mas/package.json
Hugh Nimmo-Smith 38ed5e264e WIP of syn2mas tool
2023-10-09 15:53:13 +02:00

41 lines
1.1 KiB
JSON

{
"name": "syn2mas",
"version": "0.0.0",
"license": "Apache-2.0",
"author": "Matrix.org",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "ts-node --esm src/index.ts",
"lint": "npm run lint:types && npm run lint:style",
"lint:style": "eslint src",
"lint:types": "tsc --noEmit --skipLibCheck",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/node": "^18.15.10",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-matrix-org": "github:matrix-org/eslint-plugin-matrix-org",
"eslint-plugin-unicorn": "^46.0.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"command-line-args": "^5.2.1",
"id128": "^1.6.6",
"knex": "^2.4.2",
"log4js": "^6.9.1",
"pg": "^8.10.0",
"sqlite3": "^5.1.6",
"ts-command-line-args": "^2.4.2",
"yaml": "^2.2.1"
}
}