@sodacore/create
Version:
Sodacore CLI project creation tool.
67 lines (66 loc) • 1.2 kB
JSON
{
"name": "@sodacore/create",
"description": "Sodacore CLI project creation tool.",
"version": "0.3.22",
"license": "Apache-2.0",
"homepage": "https://sodacore.dev",
"module": "false",
"type": "module",
"main": "dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"bin": {
"@sodacore/create": "bin/main.js"
},
"keywords": [
"bun",
"@bun",
"sodacore",
"sodacore-plugin",
"soda",
"framework",
"decorator",
"typescript",
"engine",
"cli",
"create",
"create-sodacore",
"command-line"
],
"files": [
"dist"
],
"author": {
"name": "Sodacore Team",
"email": "sodacoredev@gmail.com",
"url": "https://sodacore.dev"
},
"bugs": {
"url": "https://github.com/sodacore/core/issues",
"email": "sodacoredev@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodacore/core.git",
"directory": "packages/cli"
},
"engines": {
"bun": ">=1.1.20"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"picocolors": "^1.1.1"
}
}