generated from PlasmoHQ/qtt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.63 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@plasmohq/bms",
"version": "2.5.3",
"description": "Browser Market Submission",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "esbuild src/index.ts --bundle --watch --sourcemap --platform=node --outdir=dist",
"build": "run-p build:*",
"build:type": "tsup src/index.ts --dts-only --dts-resolve",
"build:compile": "esbuild src/index.ts --bundle --minify --platform=node --outdir=dist",
"#dev": "tsup src/index.ts --watch --sourcemap inline",
"#build": "tsup src/index.ts --dts-resolve",
"test": "jest",
"clean": "rimraf dist",
"prepublishOnly": "run-s clean build"
},
"author": "Plasmo Corp. <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/bms.git"
},
"keywords": [
"browser-extension",
"browser-market",
"webstore",
"web-ext",
"addons",
"submission",
"browser-addons",
"firefox",
"chrome",
"edge"
],
"license": "MIT",
"devDependencies": {
"@jest/globals": "29.7.0",
"@plasmo/config": "workspace:*",
"@plasmohq/rps": "1.8.7",
"@types/node": "22.9.0",
"cross-env": "7.0.3",
"esbuild": "0.24.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"dependencies": {
"@plasmohq/chrome-webstore-api": "workspace:*",
"@plasmohq/edge-addons-api": "workspace:*",
"@plasmohq/itero-testbed-api": "0.7.0",
"@plasmohq/mozilla-addons-api": "workspace:*",
"compare-versions": "6.1.1",
"fflate": "0.8.2",
"parse-duration": "1.1.0"
}
}