create-mud
Advanced tools
Comparing version 2.0.0-alpha.43 to 2.0.0-alpha.44
#!/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" | ||
} |
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