sqlite-gui-node
Version:
GUI for Node js SQLite databases
57 lines • 1.33 kB
JSON
{
"name": "sqlite-gui-node",
"version": "1.3.8",
"description": "GUI for Node js SQLite databases",
"main": "dist/index.js",
"scripts": {
"start": "nodemon dist/app.js",
"dev": "ts-node-dev --respawn --transpile-only src/app.ts",
"test": "jest src/tests",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AzouKr/sqlite-gui-node.git"
},
"keywords": [
"SQLite",
"GUI",
"Node js",
"Node",
"Interface",
"SQL",
"Mysql",
"database",
"Query",
"Queries",
"Typescript"
],
"author": "AZOUKR",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"ejs": "^3.1.10",
"express": "^4.19.2",
"nodemon": "^3.1.0",
"sqlite3": "^5.1.7",
"winston": "^3.13.0"
},
"bugs": {
"url": "https://github.com/AzouKr/sqlite-gui/issues"
},
"homepage": "https://github.com/AzouKr/sqlite-gui#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"jest": "^29.7.0",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"
}
}