UNPKG

@aciiverse/aciifx-cli

Version:

The powerful CLI for aciiFX backend in combination with fetcii

45 lines (44 loc) 1.05 kB
{ "name": "@aciiverse/aciifx-cli", "version": "1.1.3", "description": "The powerful CLI for aciiFX backend in combination with fetcii", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "url": "https://github.com/Aciiverse/aciiFX-CLI.git" }, "author": "Flowtastisch", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "api", "typescript", "backend", "simple", "cli", "acii", "sql" ], "scripts": { "start": "tsc && node dist/index.js", "build": "tsc", "build:watch": "tsc --watch" }, "files": [ "dist", "!test", "LICENCE" ], "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.9.1", "prettier": "^3.3.3" }, "dependencies": { "dotenv": "^16.4.5", "express": "^4.21.1", "mysql2": "^3.11.4" } }