mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 01:06:49 +08:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"name": "@remake/thirdparty-bili-toy",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"main": "./index.ts",
|
|
"author": "Vick Scarlet <vick@syaro.io>",
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|