-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 912 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
35
{
"name": "ivelt-media",
"displayName": "Ivelt Media",
"version": "0.2.5",
"author": "Mordechai Meisels",
"description": "Adds embedded media players for linked media in ivelt.com posts.",
"type": "module",
"license": "MIT",
"keywords": [
"ivelt",
"video",
"drive",
"dropbox",
"media"
],
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"fmt": "prettier --write '**/*.{ts,json,css,scss,md}'",
"zip": "npm run build && node src/zip.js"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.246",
"gulp": "^4.0.2",
"gulp-zip": "^6.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.11"
}
}