current
Showing
.dockerignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
.prettierrc
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
install-npm.sh
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "koishi-plugin-act", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "build/index.js", | ||
| "dependencies": { | ||
| "class-transformer": "^0.4.0", | ||
| "delay": "^5.0.0", | ||
| "lodash": "^4.17.21", | ||
| "mustache": "^4.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.10", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | ||
| "@typescript-eslint/parser": "^4.29.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | ||
| "prettier": "^2.3.2", | ||
| "typescript": "^4.3.5" | ||
| }, | ||
| "scripts": { | ||
| "lint": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/koishi-plugin-act.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "ISC" | ||
| } |
src/Character.ts
0 → 100644
src/Playbook.ts
0 → 100644
src/PlaybookLine.ts
0 → 100644
src/utility.ts
0 → 100644
test-playbook-tuned.json
0 → 100644
This diff is collapsed.
test-playbook.json
0 → 100644
This diff is collapsed.
test/test-playbook.json
0 → 100644
This diff is collapsed.
test/test-playbook.ts
0 → 100644
test/test-playbook.txt
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment