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

create-mud

Package Overview
Dependencies
Maintainers
4
Versions
1531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-mud - npm Package Compare versions

Comparing version 2.0.0-alpha.43 to 2.0.0-alpha.44

2

dist/cli.js
#!/usr/bin/env node
"use strict";var t=require("create-create-app"),a=require("path");var e={name:"create-mud",description:"Create a new MUD project",version:"2.0.0-alpha.43+38b355c5",author:"Lattice <mud@lattice.xyz>",license:"MIT",bin:"dist/cli.js",files:["dist","templates"],scripts:{prepare:"yarn build",build:"tsup src/cli.ts --minify",clean:"shx rm -rf lib",dev:"tsup src/cli.ts --watch",prepublishOnly:"npm run clean && npm run build",test:'echo "TODO"',release:"npm publish --access=public"},dependencies:{"create-create-app":"git+https://github.com/holic/create-create-app#e5c8bb449033418ad8518fc73f72c1a07eab2577"},devDependencies:{"@types/node":"^17.0.29",shx:"^0.3.4",tsup:"^5.12.1",typescript:"^4.9.5"},publishConfig:{access:"public",registry:"https://registry.npmjs.org"},gitHead:"38b355c562a1e5c020deb6553a000a4d34d5fd86"};var i=(0,a.resolve)(__dirname,"..","templates");(0,t.create)("create-mud",{templateRoot:i,defaultTemplate:"minimal",promptForDescription:!1,promptForAuthor:!1,promptForEmail:!1,promptForLicense:!1,promptForTemplate:!0,caveat:({answers:r})=>`Done! Play in the MUD with \`cd ${r.name}\` and \`yarn dev\``,extra:{"mud-version":{type:"input",describe:"The version of MUD packages to use, defaults to latest",default:e.version}}});
"use strict";var t=require("create-create-app"),a=require("path");var e={name:"create-mud",description:"Create a new MUD project",version:"2.0.0-alpha.44+f05a70a2",author:"Lattice <mud@lattice.xyz>",license:"MIT",bin:"dist/cli.js",files:["dist","templates"],scripts:{prepare:"yarn build",build:"tsup src/cli.ts --minify",clean:"shx rm -rf lib",dev:"tsup src/cli.ts --watch",prepublishOnly:"npm run clean && npm run build",test:'echo "TODO"',release:"npm publish --access=public"},dependencies:{"create-create-app":"git+https://github.com/holic/create-create-app#e5c8bb449033418ad8518fc73f72c1a07eab2577"},devDependencies:{"@types/node":"^17.0.29",shx:"^0.3.4",tsup:"^5.12.1",typescript:"^4.9.5"},publishConfig:{access:"public",registry:"https://registry.npmjs.org"},gitHead:"f05a70a2e4be077af44c6d6a0b9c8da8d0c18bc5"};var i=(0,a.resolve)(__dirname,"..","templates");(0,t.create)("create-mud",{templateRoot:i,defaultTemplate:"minimal",promptForDescription:!1,promptForAuthor:!1,promptForEmail:!1,promptForLicense:!1,promptForTemplate:!0,caveat:({answers:r})=>`Done! Play in the MUD with \`cd ${r.name}\` and \`yarn dev\``,extra:{"mud-version":{type:"input",describe:"The version of MUD packages to use, defaults to latest",default:e.version}}});
{
"name": "create-mud",
"description": "Create a new MUD project",
"version": "2.0.0-alpha.43+38b355c5",
"version": "2.0.0-alpha.44+f05a70a2",
"author": "Lattice <mud@lattice.xyz>",

@@ -34,3 +34,3 @@ "license": "MIT",

},
"gitHead": "38b355c562a1e5c020deb6553a000a4d34d5fd86"
"gitHead": "f05a70a2e4be077af44c6d6a0b9c8da8d0c18bc5"
}
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