-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "grayjay-niconico-plugin",
"version": "1.0.0",
"description": "A Niconico plugin for Grayjay",
"homepage": "https://gitlab.futo.org/videostreaming/plugins/niconico",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://gitlab.futo.org/videostreaming/plugins/niconico.git"
},
"keywords": [
"niconico",
"grayjay"
],
"author": "Kai DeLorenzo",
"license": "MPL-2.0",
"bugs": {
"url": "https://gitlab.futo.org/videostreaming/plugins/niconico/issues"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^22.9.0",
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"@kaidelorenzo/grayjay-polyfill": "gitlab:kaidelorenzo/grayjay-polyfill#9a48957ba321192416e820002aab528104567654",
"@types/grayjay-source": "gitlab:kaidelorenzo/grayjay-plugin-types#ddffcd5573f102c45d0ac4d8a5f87452e76ffa77"
},
"scripts": {
"test": "node --test",
"debug-build": "node src/utilities/build.js \"http://localhost:8080\"",
"build": "node src/utilities/build.js",
"dev": "node src/utilities/dev.js",
"lint": "npx eslint .",
"release": "node src/utilities/release.js"
}
}