-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.1 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
{
"version": "0.3.1",
"type": "module",
"name": "keep-lister",
"description": "It lists the files, that you keep on your storage drives, as a common file browser. It's aimed to help digital hoarders finding their files. In other words: it's a file manager snapshot explorer, or a file explorer for JSON snapshots with meta information of local files. The scanner for creating the snapshots is included.",
"license": "GPL-3.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"build-scanner": "rollup ./scanner/scanner.js --file ./dist-scanner/qq-keep-lister-scanner.mjs --format es --banner \"#!/usr/bin/env node\" --external=path,os,url,fs,fs/promises --plugin=node-resolve,commonjs",
"serve": "vite preview",
"test": "ava"
},
"dependencies": {
"@alttiri/util-node-js": "1.1.1",
"pako": "2.1.0",
"vue": "3.2.45"
},
"devDependencies": {
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@vitejs/plugin-vue": "3.2.0",
"@vue/compiler-sfc": "3.2.45",
"sass": "1.57.1",
"vite": "3.2.5",
"terser": "5.16.1"
}
}