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

@great-detail/create

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@great-detail/create - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/chunk-TFV6CS45.js

28

package.json
{
"name": "@great-detail/create",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"description": "Useful templates and generators for Great Detail projects",
"repository": {

@@ -15,2 +17,26 @@ "type": "git",

"license": "MIT",
"bin": "dist/cli.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"templates"
],
"scripts": {
"build": "npm-run-all tsup",
"lint": "npm-run-all typecheck",
"lint:dev": "npm-run-all typecheck",
"start": "node dist/cli.js",
"tsup": "tsup src/ --format esm --dts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"minimist": "^1.2.8",
"plop": "^4.0.0",
"pluralize": "^8.0.0",
"title": "^3.5.3"
},
"devDependencies": {
"@types/pluralize": "^0.0.33",
"@types/title": "^3.4.3"
},
"publishConfig": {

@@ -17,0 +43,0 @@ "access": "public"

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