-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "dafilms-ext",
"version": "2.1.0",
"description": "Dafilms extension",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"release:patch": "git checkout master && npm version patch -m \"chore(update): patch release %s 🐛 \"",
"release:minor": "git checkout master && npm version minor -m \"chore(update): release %s 🚀\"",
"release:major": "git checkout master && npm version major -m \"chore(update): major release %s 💥 \"",
"postversion": "git push && git push --follow-tags"
},
"dependencies": {
"node-csfd-api": "3.0.0-next.20",
"solid-js": "^1.7.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.28",
"@types/chrome": "^0.0.287",
"sass": "^1.60.0",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-solid": "^2.6.1",
"vite-plugin-zip-pack": "^1.2.4"
},
"repository": {
"url": "git+https://github.com/bartholomej/dafilms-ext.git",
"type": "git"
},
"author": "Bartholomej <[email protected]>",
"bugs": {
"url": "https://github.com/bartholomej/dafilms-ext/issues"
},
"homepage": "https://github.com/bartholomej/dafilms-ext#readme",
"license": "MIT",
"engines": {
"node": ">= 18"
}
}