UNPKG

@selfage/cli

Version:

Basic CLI to buid, run and format TypeScript code.

49 lines (48 loc) 1.06 kB
{ "name": "@selfage/cli", "version": "5.0.3", "description": "Basic CLI to buid, run and format TypeScript code.", "repository": { "type": "git", "url": "git+https://github.com/selfage/cli.git" }, "keywords": [ "Build", "Compile", "Run", "Forever", "Format", "TypeScript" ], "author": "Yuxuan Xie <ykuyo.dev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/selfage/cli/issues" }, "homepage": "https://github.com/selfage/cli#readme", "bin": { "selfage": "./main.js" }, "files": [ "**/*.js", "**/*.d.ts", "!test_data/**", "!**/*_test.*", "!test_suite.*" ], "devDependencies": { "@selfage/test_matcher": "^2.1.8", "@selfage/test_runner": "^5.0.2", "@selfage/tsconfig": "^1.1.0", "@types/node": "^20.12.5", "@types/resolve": "^1.20.6" }, "dependencies": { "commander": "^12.1.0", "ignore": "^6.0.2", "prettier": "^3.3.3", "resolve": "^1.22.8", "source-map-support": "^0.5.21", "typescript": "^5.6.3" } }