-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 919 Bytes
/
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
{
"name": "streamline-card",
"version": "0.0.15",
"description": "",
"type": "module",
"main": "src/streamline-card.js",
"scripts": {
"dev": "vite build --watch --mode development",
"build": "vite build",
"preview": "vite preview",
"audit:format": "prettier -c src/",
"audit:lint": "eslint src/",
"fix:format": "prettier --write src/",
"fix:lint": "eslint --fix src/",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.9.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "~9.9.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.9.0",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"vite": "^5.3.5",
"vitest": "^2.0.5"
}
}