nadesiko3-sqlite3
Version:
SQLite3 Plug-in for Nadesiko3
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "nadesiko3-sqlite3",
"version": "3.6.10",
"description": "SQLite3 Plug-in for Nadesiko3",
"main": "nadesiko3-sqlite3.js",
"scripts": {
"clean:test-db": "node -e \"const fs=require('fs');const path=require('path');for(const f of fs.readdirSync('test')){if(f.endsWith('.sqlite3'))fs.rmSync(path.join('test',f),{force:true});}\"",
"pretest": "npm run clean:test-db",
"test": "node --test test/*.js",
"posttest": "npm run clean:test-db"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/kujirahand/nadesiko3-sqlite3.git"
},
"keywords": [
"nadesiko3",
"sqlite3"
],
"author": "kujirahand",
"license": "MIT",
"bugs": {
"url": "https://github.com/kujirahand/nadesiko3-sqlite3/issues"
},
"homepage": "https://github.com/kujirahand/nadesiko3-sqlite3#readme",
"dependencies": {
"better-sqlite3": "^12.11.1"
},
"devDependencies": {
},
"overrides": {
"diff": "^8.0.3",
"js-yaml": "^4.3.0",
"serialize-javascript": "^7.0.5",
"tar-fs": "^2.1.4"
}
}