UNPKG

plasmo

Version:

The Plasmo Framework CLI

75 lines 1.9 kB
{ "name": "plasmo", "version": "0.90.5", "description": "The Plasmo Framework CLI", "types": "dist/type.d.ts", "main": "dist/index.js", "bin": "bin/index.mjs", "type": "module", "files": [ "bin/index.mjs", "dist/index.js", "dist/type.d.ts", "templates" ], "author": "Plasmo Corp. <support@plasmo.com>", "homepage": "https://docs.plasmo.com/", "repository": { "type": "git", "url": "https://github.com/PlasmoHQ/plasmo.git", "directory": "cli/plasmo" }, "license": "MIT", "keywords": [ "plasmo", "browser-extensions", "framework" ], "dependencies": { "@expo/spawn-async": "1.7.2", "@parcel/core": "2.9.3", "@parcel/fs": "2.9.3", "@parcel/package-manager": "2.9.3", "@parcel/watcher": "2.5.1", "buffer": "6.0.3", "chalk": "5.4.1", "change-case": "5.4.4", "dotenv": "16.4.7", "dotenv-expand": "12.0.1", "events": "3.3.0", "fast-glob": "3.3.3", "fflate": "0.8.2", "get-port": "7.1.0", "got": "14.4.6", "ignore": "7.0.3", "inquirer": "12.5.0", "is-path-inside": "4.0.0", "json5": "2.2.3", "mnemonic-id": "3.2.7", "node-object-hash": "3.1.1", "package-json": "10.0.1", "process": "0.11.10", "semver": "7.7.1", "sharp": "0.33.5", "tempy": "3.1.0", "typescript": "5.8.2", "@plasmohq/parcel-config": "0.42.0", "@plasmohq/parcel-core": "0.1.11", "@plasmohq/init": "0.7.0" }, "devDependencies": { "vue": "3.5.13", "@plasmo/config": "0.2.5", "@plasmo/constants": "0.3.0", "@plasmo/utils": "0.2.3", "@plasmo/framework-shared": "0.0.2" }, "scripts": { "dev": "node index.mjs -w", "build": "node index.mjs", "type": "tsup src/type.ts --format esm --dts-only --dts-resolve", "lint": "run-p lint:*", "lint:type": "tsc --noemit", "lint:code": "eslint src/**/*.ts" } }