@plasmohq/itero-testbed-api
Version:
Plasmo Itero TestBed client API for Node.js
40 lines • 905 B
JSON
{
"name": "@plasmohq/itero-testbed-api",
"version": "0.7.0",
"private": false,
"description": "Plasmo Itero TestBed client API for Node.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"tsup": {
"env": {
"PLASMO_ITERO_ENDPOINT": "https://itero.plasmo.com"
},
"entry": [
"src/index.ts"
],
"format": "esm"
},
"author": "Plasmo Corp. <support@plasmo.com>",
"license": "UNLICENSED",
"keywords": [
"plasmo",
"testbed",
"webstore",
"upload"
],
"dependencies": {
"got": "12.6.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"prettier": "2.8.6",
"tsup": "6.7.0",
"typescript": "4.9.5",
"@plasmo/itero-testbed-api": "0.6.0"
},
"scripts": {
"dev": "tsup --watch --sourcemap inline",
"build": "tsup --dts-resolve --minify --clean"
}
}