generated from PlasmoHQ/qtt
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1009 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
36
37
38
39
40
41
42
{
"name": "@plasmohq/chrome-webstore-api",
"version": "2.11.0",
"description": "Chrome webstore API",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"engines": {
"node": ">=16.14"
},
"scripts": {
"dev": "tsup index.ts --format esm --watch --sourcemap inline",
"build": "tsup index.ts --format esm --dts-resolve --minify --clean",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "run-s build"
},
"author": "Plasmo Corp. <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/PlasmoHQ/chrome-webstore-api.git"
},
"keywords": [
"browser-extensions",
"chrome",
"webstore",
"browser-plugins"
],
"license": "MIT",
"devDependencies": {
"@plasmo/config": "workspace:*",
"@plasmohq/rps": "1.8.7",
"@types/node": "22.9.0",
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"dependencies": {
"got": "14.4.4"
}
}