create-mud
Advanced tools
Comparing version 2.0.0-alpha.56 to 2.0.0-alpha.57
#!/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.56+18a8c42a",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:"18a8c42aa26ce54ac1a1bf4ba35de249b7f55979"};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.57+b6a09f22",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:"b6a09f222db8fc6d32800671ba238bc1771eb917"};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.56+18a8c42a", | ||
"version": "2.0.0-alpha.57+b6a09f22", | ||
"author": "Lattice <mud@lattice.xyz>", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "18a8c42aa26ce54ac1a1bf4ba35de249b7f55979" | ||
"gitHead": "b6a09f222db8fc6d32800671ba238bc1771eb917" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package