Commit ead527e9 authored by nanahira's avatar nanahira

improve

parent 2e99a5ff
...@@ -110,3 +110,4 @@ dist ...@@ -110,3 +110,4 @@ dist
.idea .idea
/plugin /plugin
/output /output
/cdb
...@@ -13,3 +13,4 @@ webpack.config.js ...@@ -13,3 +13,4 @@ webpack.config.js
tsconfig.json tsconfig.json
/plugin /plugin
/output /output
/cdb
This diff is collapsed.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"scripts": [ "scripts": [
"dist/**/*.js" "dist/**/*.js"
], ],
"assets": [] "assets": ["node_modules/vm2/lib/contextify.js"]
}, },
"author": "Nanahira", "author": "Nanahira",
"license": "MIT", "license": "MIT",
...@@ -32,9 +32,11 @@ ...@@ -32,9 +32,11 @@
"proxy-agent": "^5.0.0" "proxy-agent": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/better-sqlite3": "^7.4.0",
"@types/node": "^16.7.10", "@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0", "@typescript-eslint/parser": "^4.30.0",
"better-sqlite3": "^7.4.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment