UNPKG

dev-sticky-notes

Version:

A simple CLI tool to manage sticky notes. Use it via CLI or as a module in your code.

39 lines (38 loc) 905 B
{ "name": "dev-sticky-notes", "version": "2.1.2", "description": "A simple CLI tool to manage sticky notes. Use it via CLI or as a module in your code.", "keywords": [ "npm", "cli", "notes", "sticky", "dev" ], "homepage": "https://github.com/SyedSaad-07/dev-sticky-notes#readme", "bugs": { "url": "https://github.com/SyedSaad-07/dev-sticky-notes/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SyedSaad-07/dev-sticky-notes.git" }, "license": "Apache-2.0", "author": "S.M.Saad", "type": "commonjs", "main": "src/index.js", "bin": { "sticky-notes": "./bin/sticky-notes.js" }, "scripts": { "test": "npm run test" }, "dependencies": { "commander": "^13.1.0", "fs-extra": "^11.3.0" }, "devDependencies": { "chai": "^5.2.0", "mocha": "^11.1.0" } }