-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 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
{
"name": "grayjay-nebula-plugin",
"version": "1.0.0",
"description": "Nebula with type help",
"engines": {
"node": ">=20.0.0"
},
"module": "NebulaScript.js",
"scripts": {
"bun-release": "bun install && bun update && bun x npm-check-updates",
"npm-release": "npm install && npm update && npx npm-check-updates",
"bun-dev": "bun x http-server .",
"npm-dev": "npx http-server ."
},
"repository": {
"type": "git",
"url": "git+https://gitlab.futo.org/videostreaming/plugins/nebula.git"
},
"keywords": [
"nebula",
"grayjay"
],
"author": "FUTO",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.futo.org/videostreaming/plugins/nebula/issues"
},
"homepage": "https://gitlab.futo.org/videostreaming/plugins/nebula",
"type": "module",
"devDependencies": {
"@grayjay/plugin": "gitlab:kaidelorenzo/grayjay-plugin-types#2810fd1ed67de7ec62f9d148bdc94f6830a2e369",
"http-server": "^14.1.1",
"npm-check-updates": "^18.0.1"
}
}