-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 815 Bytes
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
{
"name": "spaces-plus",
"description": "🚀 Powerful userscript for Spaces.ru",
"homepage": "https://spaces-dev.github.io/SpacesPlus/",
"version": "3.2.0",
"license": "MIT",
"type": "module",
"author": {
"name": "Vitalij Ryndin",
"email": "sys@crashmax.ru",
"url": "https://crashmax.ru"
},
"scripts": {
"dev": "vite build --watch --mode development",
"build": "npm run type-check && vite build",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{js,ts,tsx,json}\""
},
"devDependencies": {
"@crashmax/prettier-config": "5.0.2",
"@crashmax/tsconfig": "2.1.0",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-userscript-plugin": "1.10.0"
},
"dependencies": {
"json-beautify": "^1.1.1",
"zero-dependency": "0.9.9"
}
}