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

create-project-calavera

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-project-calavera - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "create-project-calavera",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple starting skeleton for common web projects.",

@@ -39,3 +39,4 @@ "exports": "./src/index.js",

"chalk": "^5.3.0",
"execa": "^9.5.2"
"execa": "^9.5.2",
"prettier": "^3.4.2"
},

@@ -46,3 +47,2 @@ "devDependencies": {

"globals": "^15.13.0",
"prettier": "^3.4.2",
"stylelint": "^16.11.0",

@@ -49,0 +49,0 @@ "stylelint-config-standard": "^36.0.1",

@@ -7,6 +7,8 @@ # create-project-calavera

- [x] ESLint
- [x] EditorConfig
- [x] ESLint (If using TypeScript, this will be configured using [typescript-eslint](https://typescript-eslint.io/))
- [x] `tsconfig`
- [x] `tsconfig` (noEmit - when used with a bundler)
- [x] Prettier
- [x] Stylelint
- [x] EditorConfig

@@ -22,1 +24,3 @@ ## Using the CLI

All that is left to do is to follow the prompts.
> **NOTE:** If you do not have a `package.json` Calavera will offer to create one for you. If you choose this option, one is created using `npm init -y`.
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