-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "Spotify-NowPlaying",
"version": "0.6.2",
"description": "NowPlaying",
"author": "Hexin",
"license": "MIT",
"repository": "https://github.com/hexium310/spotify-nowplaying",
"type": "module",
"scripts": {
"build": "tsc --noEmit && NODE_ENV=production node scripts/build.ts",
"start": "NODE_ENV=development node scripts/build.ts",
"update-version": "node scripts/update-version.ts",
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@stylistic/eslint-plugin": "^3.0.1",
"@types/chrome": "^0.0.300",
"@types/node": "^22.12.0",
"camelcase-keys": "^9.1.3",
"chokidar": "^4.0.3",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.14.0",
"snakecase-keys": "^8.0.1",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0"
},
"packageManager": "[email protected]"
}