create-appncy
Advanced tools
Comparing version 1.0.21 to 1.1.0
{ | ||
"name": "create-appncy", | ||
"version": "1.0.21", | ||
"version": "1.1.0", | ||
"description": "Create projects as goncy would", | ||
"main": "index.mjs", | ||
"bin": { | ||
"create-appncy": "index.mjs" | ||
"create-appncy": "dist/index.js" | ||
}, | ||
"files": [ | ||
"index.mjs", | ||
"templates/**/*" | ||
"dist", | ||
"templates" | ||
], | ||
"keywords": [], | ||
"keywords": [ | ||
"react", | ||
"goncy", | ||
"next.js", | ||
"shadcn", | ||
"tailwindcss" | ||
], | ||
"author": "goncy", | ||
@@ -23,7 +29,14 @@ "license": "ISC", | ||
"devDependencies": { | ||
"prettier": "^3.0.3" | ||
"@types/node": "^20.11.0", | ||
"@types/prompts": "^2.4.9", | ||
"@types/yargs": "^17.0.32", | ||
"prettier": "^3.0.3", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"start": "node index.mjs" | ||
"build": "tsup", | ||
"start": "node dist/index.js", | ||
"dev": "tsup --watch" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
978782
135
1750
6
2
1