Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mvc-starter-kit

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvc-starter-kit - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

bin/cli.ts

24

package.json
{
"name": "mvc-starter-kit",
"version": "1.0.6",
"description": "A starter kit for creating Node.js MVC projects",
"main": "dist/index.js",
"version": "1.0.7",
"description": "MVC project starter kit",
"main": "index.js",
"bin": {
"mvc-starter": "./bin/cli.js"
},
"scripts": {
"build": "tsup",
"create-structure": "node dist/index.js",
"create": "npm run create-structure",
"postinstall": "npm run create-structure"
"postinstall": "node bin/cli.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
"fs-extra": "^10.0.0"
},
"license": "ISC"
}
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