initial template
Showing
- .eslintignore 1 addition, 0 deletions.eslintignore
- .eslintrc.json 20 additions, 0 deletions.eslintrc.json
- .gitignore 4 additions, 0 deletions.gitignore
- build/config.json 22 additions, 0 deletionsbuild/config.json
- build/script.js 69 additions, 0 deletionsbuild/script.js
- build/vimeo_icon_white_on_blue_rounded.png 0 additions, 0 deletionsbuild/vimeo_icon_white_on_blue_rounded.png
- package-lock.json 3756 additions, 0 deletionspackage-lock.json
- package.json 40 additions, 0 deletionspackage.json
- reference/plugin.d.ts.reference 440 additions, 0 deletionsreference/plugin.d.ts.reference
- reference/ref.js.reference 860 additions, 0 deletionsreference/ref.js.reference
- src/script.test.ts 17 additions, 0 deletionssrc/script.test.ts
- src/script.ts 84 additions, 0 deletionssrc/script.ts
- src/types.d.ts 5 additions, 0 deletionssrc/types.d.ts
- tsconfig.json 109 additions, 0 deletionstsconfig.json
.eslintignore
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
build/config.json
0 → 100644
build/script.js
0 → 100644
build/vimeo_icon_white_on_blue_rounded.png
0 → 100644
3.66 KiB
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "grayjay-bilibili.com-plugin", | |||
"version": "1.0.0", | |||
"description": "make bilibili work", | |||
"engines": { | |||
"node": ">=20.0.0" | |||
}, | |||
"module": "script.ts", | |||
"scripts": { | |||
"test": "npm run build && node --test", | |||
"build": "tsc && cp src/script.js build/script.js && sed -i '/^export/ d' build/script.js", | |||
"serve": "npm run build && npx http-server build" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://gitlab.com/kaidelorenzo/grayjay-bilibili.com-plugin.git" | |||
}, | |||
"keywords": [ | |||
"bilibili", | |||
"grayjay" | |||
], | |||
"author": "Kai DeLorenzo", | |||
"license": "MPL-2.0", | |||
"bugs": { | |||
"url": "https://gitlab.com/kaidelorenzo/grayjay-bilibili.com-plugin/issues" | |||
}, | |||
"homepage": "https://gitlab.com/kaidelorenzo/grayjay-bilibili.com-plugin", | |||
"peerDependencies": { | |||
"typescript": "^5.0.0" | |||
}, | |||
"type": "module", | |||
"devDependencies": { | |||
"@grayjay/plugin": "gitlab:kaidelorenzo/grayjay-plugin-types", | |||
"@types/node": "^20.11.30", | |||
"eslint": "^8.57.0", | |||
"eslint-plugin-node": "^11.1.0", | |||
"http-server": "^14.1.1", | |||
"typescript-eslint": "^7.4.0" | |||
} | |||
} |
reference/plugin.d.ts.reference
0 → 100644
reference/ref.js.reference
0 → 100644
This diff is collapsed.
src/script.test.ts
0 → 100644
src/script.ts
0 → 100644
src/types.d.ts
0 → 100644
tsconfig.json
0 → 100644