New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

frog

Package Overview
Dependencies
Maintainers
2
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frog - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0-alpha.0-main.20240220T211047

_lib/cli/commands/dev.d.ts

82

package.json
{
"name": "frog",
"version": "0.1.0",
"description": "wip, private currently.",
"repository": "tunnckoCore/frog",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
"version": "1.0.0-alpha.0-main.20240220T211047",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
"typings": "_lib/index.d.ts",
"bin": {
"frog": "./_lib/cli/index.js"
},
"dependencies": {},
"devDependencies": {
"mukla": "^0.3.1",
"pre-commit": "*"
"sideEffects": false,
"exports": {
".": {
"types": "./_lib/index.d.ts",
"edge": "./_lib/edge/index.js",
"edge-light": "./_lib/edge/index.js",
"worker": "./_lib/edge/index.js",
"default": "./_lib/index.js"
},
"./edge": {
"types": "./_lib/edge/index.d.ts",
"default": "./_lib/edge/index.js"
},
"./jsx": {
"types": "./_lib/jsx/index.d.ts",
"default": "./_lib/jsx/index.js"
},
"./jsx/jsx-runtime": {
"types": "./_lib/jsx/jsx-runtime/index.d.ts",
"default": "./_lib/jsx/jsx-runtime/index.js"
},
"./jsx/jsx-dev-runtime": {
"types": "./_lib/jsx/jsx-dev-runtime/index.d.ts",
"default": "./_lib/jsx/jsx-dev-runtime/index.js"
},
"./vercel": {
"types": "./_lib/vercel/index.d.ts",
"default": "./_lib/vercel/index.js"
}
},
"files": [
"index.js"
],
"keywords": [
"frog"
],
"verb": {
"run": true,
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"lint": {
"reflinks": true
}
"peerDependencies": {
"hono": "^4"
},
"dependencies": {
"@farcaster/core": "^0.13.7",
"@hono/vite-dev-server": "0.7.0",
"@noble/curves": "^1.3.0",
"detect-browser": "^5.3.0",
"cac": "^6.7.14",
"fast-glob": "3.3.2",
"fs-extra": "^11.2.0",
"happy-dom": "^13.3.8",
"hono-og": "0.0.13",
"immer": "^10.0.3",
"path-browserify": "^1.0.1",
"shiki": "^1.0.0",
"vite": "^5.1.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc