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

artisan-init

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artisan-init - npm Package Compare versions

Comparing version 0.32.17 to 0.32.18

17

package.json
{
"name": "artisan-init",
"type": "module",
"version": "0.32.18",
"packageManager": "pnpm@7.12.2",
"version": "0.32.17",
"description": "Artisan framework init.",
"description": "Artisan core.",
"author": "Chris Breuer",
"license": "MIT",
"homepage": "https://github.com/ow3org/stacks/tree/main/.stacks/artisan-init#readme",
"homepage": "https://github.com/ow3org/stacks/tree/main/.stacks/artisan#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ow3org/stacks.git",
"directory": ".stacks/artisan-init"
"directory": ".stacks/artisan"
},

@@ -27,3 +27,9 @@ "bugs": {

"sideEffects": false,
"bin": "./cli.mjs",
"bin": {
"artisan-init": "./cli.mjs",
"artisan": "./cli.mjs",
"art": "./cli.mjs",
"stacks": "./cli.mjs",
"stx": "./cli.mjs"
},
"contributors": [

@@ -47,2 +53,3 @@ "Chris Breuer <chris@ow3.org>"

"scripts": {
"artisan": "pnpm run dev && node cli.mjs",
"artisan-init": "pnpm run dev && node cli.mjs",

@@ -49,0 +56,0 @@ "build": "unbuild",

# Artisan CLI
The `npx artisan-init $project-name` source is stored here.
The `npx artisan-init` source is stored here.
To learn more about how to get started, check out the [documentation](https://stacks.ow3org.com).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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