UNPKG

dok-db-manager

Version:
63 lines (62 loc) 1.67 kB
{ "name": "dok-db-manager", "module": "src/index.ts", "description": "Managing data client with a nice UI", "version": "1.0.59", "keywords": [ "bun", "bunjs", "typescript", "template", "npm", "np", "publish", "git" ], "repository": { "type": "git", "url": "https://github.com/jacklehamster/dok-db-manager.git" }, "homepage": "https://jacklehamster.github.io/dok-db-manager/", "author": { "name": "Jack Le Hamster", "email": "jacklehamster@gmail.com" }, "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=14.0.0" }, "scripts": { "test": "bun test", "build": "bun i && rm -rf *.tsbuildinfo && rm -rf dist/*.* && bun run bundler/bundler.ts && bun run test && bun run build:declaration", "build:declaration": "tsc --emitDeclarationOnly --project tsconfig.types.json", "build:example": "cd example && bun i && bun run build && cd ..", "example": "cd example && bun start && cd ..", "auto-publish": "npm explore @dobuki/auto-publish -- bun run auto-publish \"$(pwd)\"" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "devDependencies": { "@dobuki/dev-dependencies": "^1.0.20", "@types/express": "^5.0.0", "@types/mime-types": "^2.1.4", "@types/multer": "^1.4.12" }, "dependencies": { "@dobuki/code-lock": "^1.0.13", "@dobuki/data-client": "^1.0.17", "@the-brains/github-db": "^1.0.21", "dok-auth": "^1.0.30", "dotenv": "^16.4.7", "express": "^4.21.2", "mime-types": "^2.1.35", "multer": "^1.4.5-lts.1" } }