toystack
Version:

63 lines (62 loc) • 1.53 kB
JSON
{
"name": "toystack",
"version": "1.0.12",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "ts-node src/index.ts",
"dev": "ts-node-dev src/index.ts",
"compile": "graphql-codegen"
},
"bin": {
"toystack": "./dist/index.js"
},
"keywords": [
"toystack",
"cli",
"cloud-deployment",
"deployment-tool",
"github-deploy",
"react-deployment",
"astrojs-deployment",
"npm-deployment",
"cloud-platform",
"command-line-interface",
"dev-tools",
"git-integration",
"platform-cli"
],
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@apollo/client": "^3.11.8",
"@clack/prompts": "^0.7.0",
"apollo-upload-client": "^17.0.0",
"archiver": "^7.0.1",
"axios": "^1.7.9",
"clack": "^0.1.0",
"cli-table3": "^0.6.5",
"cross-fetch": "^4.1.0",
"dotenv": "^16.4.5",
"form-data": "^4.0.1",
"graphql": "^16.9.0",
"open": "^10.1.0",
"react": "^19.0.0",
"ts-node-dev": "^2.0.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/archiver": "^6.0.2",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"esbuild": "^0.24.2",
"graphql-request": "^7.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}