This commit is contained in:
SukkaW
2021-11-30 05:44:38 +08:00
parent a0168be5fd
commit b3c5c4be84
8 changed files with 536 additions and 87 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ruleset.skk.moe",
"version": "0.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Surge.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"piscina": "^3.1.0",
"table": "^6.7.3"
}
}