create-moost
Version:
62 lines • 1.38 kB
JSON
{
"name": "create-moost",
"version": "0.6.35",
"description": "create-moost",
"keywords": [
"composables",
"framework",
"moost",
"moostjs",
"prostojs",
"wooksjs"
],
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/create-moost#readme",
"bugs": {
"url": "https://github.com/moostjs/moostjs/issues"
},
"license": "MIT",
"author": "Artem Maltsev",
"repository": {
"type": "git",
"url": "git+https://github.com/moostjs/moostjs.git",
"directory": "packages/create-moost"
},
"bin": {
"create-moost": "./bin.cjs"
},
"files": [
"dist",
"templates",
"bin.js"
],
"type": "module",
"sideEffects": false,
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"dependencies": {
"@prostojs/rewrite": "^0.2.3",
"@wooksjs/event-cli": "^0.7.22",
"prompts": "^2.4.2",
"moost": "^0.6.35",
"@moostjs/event-cli": "^0.6.35"
},
"devDependencies": {
"@types/prompts": "^2.4.9",
"vite": "^8.1.5",
"vitest": "3.2.7",
"@moostjs/vite": "^0.6.35"
},
"scripts": {
"pub": "pnpm publish --access public",
"test": "vitest"
}
}