-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "grayjay-generated-plugin",
"version": "1.0.0",
"description": "Fully featured example source generated by @grayjay-sources/source-generator",
"main": "dist/script.js",
"scripts": {
"build": "rollup -c",
"sign": "node scripts/sign.js",
"build:sign": "npm run build && npm run sign",
"dev": "rollup -c -w",
"test": "npm run build && node --test",
"test:integration": "node scripts/integration.js",
"prettier": "npx prettier --write ./src/**/*.ts",
"publish": "npm run build:sign && node scripts/publish.js",
"submit": "node scripts/submit.js",
"init": "node scripts/init.js",
"postinstall": "node scripts/init.js"
},
"engines": {
"node": ">=14",
"npm": ">=6.14.4"
},
"keywords": [
"grayjay",
"plugin",
"generated",
"video"
],
"author": "GrayJay Sources",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grayjay-sources/grayjay-source-generated"
},
"devDependencies": {
"@grayjay-sources/dev-portal-client": "^1.3.3",
"@kaidelorenzo/grayjay-polyfill": "gitlab:kaidelorenzo/grayjay-polyfill#ed272f793e402d6fbdc95859cf777c188379b56f",
"@types/grayjay-source": "gitlab:kaidelorenzo/grayjay-plugin-types#9dcec6910917e3ddc5a663f20be84bd97dc1fe9a",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.2",
"rollup": "4.52.5",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.1.0",
"tslib": "2.8.1",
"typescript": "5.7.2"
},
"optionalDependencies": {
"qrcode": "^1.5.3"
}
}