-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.02 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
{
"name": "randpsw",
"version": "2.0.0",
"description": "= Random your password =",
"type": "module",
"scripts": {
"start": "parcel watch src/manifest.json src/options/options.html --host localhost",
"autobuild": "parcel watch src/manifest.json src/options/options.html --host localhost --no-hmr",
"build": "npm run clear && parcel build src/manifest.json src/options/options.html --no-source-maps",
"devweb": "parcel web/index.html --dist-dir web-dist -p 8012",
"buildweb": "npm run clear && parcel build web/index.html --dist-dir web-dist --no-source-maps",
"clear": "rm -rf .parcel-cache dist web-dist"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",
"@parcel/transformer-vue": "^2.12.0",
"naive-ui": "^2.39.0",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
},
"dependencies": {
"crypto-js": "^4.2.0",
"install": "^0.13.0",
"npm": "^10.8.3",
"vue": "^3.5.1"
}
}