@grandlinex/bundle-sqlight
Version:
> SQLight support GrandlineX using better-sqlite3
81 lines (80 loc) • 2.31 kB
JSON
{
"name": "@grandlinex/bundle-sqlight",
"version": "1.3.0",
"description": "",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/mjs/index.d.ts",
"default": "./dist/mjs/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"types": "dist/cjs/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
"scripts": {
"buildprep": "npm run build-mjs && npm run build-cjs && npm run build-fix",
"build-mjs": "tsc",
"build-cjs": "tsc -p tsconfig-cjs.json",
"build-fix": "node ./node_modules/@grandlinex/core/fix.js",
"lint": "eslint src",
"test": "jest --runInBand ",
"run": "ts-node tests/run.ts",
"pack": "eslint && npm run buildprep && npm pack",
"test-converage": "jest --runInBand --ci --collectCoverage --coverageDirectory=\"./coverage\" --reporters=default --reporters=jest-junit",
"doc-converage": "jest --runInBand --ci --collectCoverage --coverageDirectory=\"./docs/coverage\" --reporters=default --reporters=jest-junit",
"makeDocs": "typedoc"
},
"keywords": [
"typescript",
"framework",
"bundle",
"grandlinex",
"orm",
"sqlite3",
"sqlite"
],
"author": {
"name": "Elschnagoo"
},
"license": "BSD-3-Clause",
"dependencies": {
"@types/better-sqlite3": "7.6.13",
"better-sqlite3": "12.6.0"
},
"peerDependencies": {
"@grandlinex/core": ">=1.3.1"
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.15.20",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.5.3",
"ts-jest": "29.3.4",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typedoc": "0.28.10",
"typescript": "5.9.2"
},
"repository": {
"type": "git",
"url": "https://github.com/GrandlineX/bundle-sqlight"
}
}