UNPKG

l7note

Version:

Access your notion notes quick

36 lines (35 loc) 710 B
{ "name": "l7note", "version": "1.0.18", "description": "", "main": "./build/index.js", "scripts": { "start": "tsc && node ./build/index.js", "build": "tsc" }, "keywords": [ "notion", "notion-cli", "l7note" ], "author": "YukiGasai", "license": "ISC", "bin": "./build/index.js", "dependencies": { "@notionhq/client": "^0.4.13", "@types/copy-paste": "^1.1.30", "chalk": "^2.4.1", "copy-paste": "^1.1.3", "figlet": "^1.5.2", "gradient-string": "^2.0.0", "open": "^8.4.0", "prompts": "^2.4.2", "typescript": "^4.5.5" }, "devDependencies": { "@types/figlet": "^1.5.4", "@types/gradient-string": "^1.1.2", "@types/node": "^17.0.17", "@types/prompts": "^2.0.14" } }