UNPKG

@s54a/hi

Version:

Hello world CLI Package which uses Node JS

58 lines (57 loc) 1.17 kB
{ "name": "@s54a/hi", "version": "2.0.10", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "image.png", "tsup.config.ts", "tsconfig.json", "Readme.md", "pnpm-lock.yaml", "License", ".gitignore", "src/index.ts" ], "scripts": { "build": "tsup", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "bin": { "hi": "dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/s54a/HI-CLI-EXE.git" }, "keywords": [ "CLI", "Command Line Interface", "TypeScript", "Executable", "npm package", "@s54a/hi", "Console Application", "User Input", "Argument Parsing", "Hello World", "Learning Project", "Open Source" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.6.1", "ts-node": "^10.9.2", "tsup": "^8.3.0", "typescript": "^5.6.2" }, "bugs": { "url": "https://github.com/s54a/HI-CLI-EXE/issues" }, "homepage": "https://github.com/s54a/HI-CLI-EXE#readme" }