UNPKG

note

Version:

A note-taking application built with Bun, React, and Tailwind

41 lines (40 loc) 988 B
{ "name": "note", "version": "0.2.1", "description": "A note-taking application built with Bun, React, and Tailwind", "type": "module", "main": "src/index.tsx", "bin": { "note": "./cli.js" }, "engines": { "node": ">=14.0.0" }, "author": "subtleGradient", "license": "MIT", "keywords": ["note", "notes", "bun", "react", "tailwind"], "homepage": "https://github.com/subtleGradient/note", "repository": { "type": "git", "url": "https://github.com/subtleGradient/note.git" }, "bugs": { "url": "https://github.com/subtleGradient/note/issues" }, "scripts": { "dev": "bun --hot src/index.tsx", "start": "NODE_ENV=production bun src/index.tsx", "build": "bun run build.ts" }, "dependencies": { "bun-plugin-tailwind": "^0.0.15", "react": "^19", "react-dom": "^19", "tailwindcss": "^4.1.11" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@types/bun": "latest" } }