forked from RockinChaos/Shiru
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.5 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
{
"name": "shiru",
"license": "GPL-3.0-or-later",
"private": true,
"type": "module",
"scripts": {
"test": "node --import ./test/register.js --test \"test/unit/**/*.test.js\"",
"test:watch": "node --import ./test/register.js --test --watch \"test/unit/**/*.test.js\"",
"test:live": "node --env-file-if-exists=.env --import ./test/register.js --test --test-concurrency=1 \"test/live/**/*.test.js\""
},
"author": "zeroz <zeroz@none.cx>",
"description": "A personal anime library manager for watching and tracking your collection in real time. Lightweight, powerful, and paws-itively fast. No waiting required!",
"main": "build/main.js",
"homepage": "https://github.com/zeroz41/zeroShiru#readme",
"standard": {
"ignore": [
"bundle.js",
"bundle.map.js"
],
"env": [
"browser",
"node"
]
},
"dependencies": {
"@typescript-eslint/parser": "^8.66.0",
"copy-webpack-plugin": "^14.0.0",
"cross-env": "^10.1.0",
"eslint": "^10.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-svelte": "^3.22.0",
"html-webpack-plugin": "^5.6.8",
"mini-css-extract-plugin": "^2.10.2",
"semver": "^7.8.5",
"webpack": "^5.109.2",
"webpack-cli": "^7.2.2",
"webpack-dev-server": "^6.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^5.20260804.1",
"matroska-metadata": "github:cedarpolar/matroska-metadata#b36dd003c41da5acd11c70144c13aef16a5603ee",
"npm-run-all": "^4.1.5",
"uint8-util": "^2.3.2"
}
}