-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.19 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wyzie-lib",
"version": "2.0.6",
"icon": "https://i.postimg.cc/L5ppKYC5/cclogo.png",
"license": "MIT",
"keywords": [
"wyzie-subs",
"wyzie subs",
"subtitle",
"search",
"library",
"typescript",
"vite",
"fast",
"scraper",
"subtitle scraper"
],
"main": "dist/wyzie-lib.cjs.js",
"module": "dist/wyzie-lib.es.js",
"browser": "dist/wyzie-lib.iife.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/wyzie-lib.es.js",
"require": "./dist/wyzie-lib.cjs.js",
"umd": "./dist/wyzie-lib.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --log-level warn --write \"{src/**/*.{ts,js,html,css},*.{ts,js,html,css,json,md,xml}}\"",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^4.5.5"
}
}