casualos
Version:
Command line interface for CasualOS.
68 lines (67 loc) • 1.81 kB
JSON
{
"name": "casualos",
"version": "3.7.0",
"description": "Command line interface for CasualOS.",
"main": "./dist/index.js",
"types": "index.d.ts",
"module": "./dist/index.js",
"bin": {
"casualos": "./dist/cli.js"
},
"scripts": {
"start": "node ./dist/cli.js",
"dev": "npm run build && npm start",
"build": "node ./script/build-cli.mjs",
"test": "jest",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/casual-simulation/casualos.git"
},
"keywords": [
"aux",
"so4",
"realtime",
"crdt"
],
"author": "Casual Simulation, Inc.",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/casual-simulation/casualos/issues"
},
"homepage": "https://github.com/casual-simulation/casualos#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@casual-simulation/aux-common": "^3.7.0",
"@casual-simulation/aux-records": "^3.7.0",
"@octokit/app": "^15.1.0",
"@octokit/auth-oauth-device": "^7.1.1",
"@octokit/core": "^6.1.2",
"axios": "1.7.7",
"commander": "12.0.0",
"conf": "12.0.0",
"octokit": "^4.0.2",
"open": "10.1.0",
"prompts": "2.4.2",
"simple-git": "^3.24.0",
"tweetnacl": "1.0.3",
"uuid": "10.0.0",
"zod": "3.22.4"
},
"devDependencies": {
"@types/prompts": "^2.4.9"
},
"files": [
"/README.md",
"/LICENSE.txt",
"**/*.js",
"**/*.js.map",
"**/*.d.ts",
"**/*.def",
"templates/**"
],
"gitHead": "d4436ee3adb292c986779e358d1987405424b3be"
}