save
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
config.example.yaml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "tx3-message-reader", | |||
| "version": "1.0.0", | |||
| "description": "Reads tx3 messages and analyze things.", | |||
| "main": "build/index.js", | |||
| "scripts": { | |||
| "build": "tsc", | |||
| "fetch": "node build/src/run.js", | |||
| "start": "node build/src/run.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@git.mycard.moe:nanahira/tx3-message-reader.git" | |||
| }, | |||
| "author": "Nanahira", | |||
| "license": "AGPL-3.0", | |||
| "dependencies": { | |||
| "@marsaud/smb2": "^0.17.1", | |||
| "@types/node": "^14.11.2", | |||
| "@types/underscore": "^1.10.24", | |||
| "iconv-lite": "^0.6.2", | |||
| "moment": "^2.29.0", | |||
| "posthtml-parser": "^0.5.0", | |||
| "promise-mysql": "^4.1.3", | |||
| "typescript": "^4.0.3", | |||
| "underscore": "^1.11.0", | |||
| "yaml": "^1.10.0" | |||
| } | |||
| } |
src/config.ts
0 → 100644
src/parse-buffer.ts
0 → 100644
src/smbreader.ts
0 → 100644
test/chat-content.ts
0 → 100644
test/data/chat1.json
0 → 100644
This diff is collapsed.
test/data/chat2.json
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
test/smb.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment