mcfly/packages/create-mcfly/package.json

40 lines
896 B
JSON

{
"name": "create-mcfly",
"version": "0.4.7",
"description": "Create a new McFly app",
"type": "module",
"bin": {
"create-mcfly": "./dist/index.js"
},
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc --erasableSyntaxOnly",
"version": "npm version",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.sr.ht/~ayoayco/mcfly",
"directory": "packages/create-mcfly"
},
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://todo.sr.ht/~ayoayco/mcfly-todo"
},
"homepage": "https://mcfly.js.org",
"dependencies": {
"consola": "^3.4.2",
"giget": "^2.0.0"
},
"devDependencies": {
"@types/node": "^22.13.11"
}
}