@s-hiroshi/bks
Version:
Cli bookmarks application
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "@s-hiroshi/bks",
"version": "0.0.30",
"description": "Cli bookmarks application",
"engines": {
"node": ">=14.18.0"
},
"main": "dist/index.js",
"types": "src/@type/app.d.ts",
"scripts": {
"build": "npx tsc",
"build:watch": "npx tsc -w",
"prepare": "npm run build",
"test": "jest"
},
"bin": {
"bks": "dist/index.js"
},
"author": "Hiroshi Sawai <info@info-town.jp>",
"license": "MIT",
"dependencies": {
"@types/inquirer": "^8.0.0",
"@types/node": "^18.14.1",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"fuzzy": "^0.1.3",
"inquirer": "^8.0.0",
"inquirer-autocomplete-prompt": "^2.0.0",
"octokit": "^2.0.14",
"open": "^8.4.2",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"jsdoc": "^4.0.2",
"npm-check-updates": "^16.7.9",
"ts-jest": "^29.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/s-hiroshi/bks.git"
},
"keywords": [
"CLI",
"Bookmark",
"Mac"
]
}