mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +08:00
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"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": {
|
|
"got-cjs": "^12.0.1",
|
|
"piscina": "^3.1.0",
|
|
"table": "^6.7.3"
|
|
}
|
|
}
|