node-firebird-driver-native
Version:
Firebird Native Driver for Node.js
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "node-firebird-driver-native",
"version": "3.2.2",
"description": "Firebird Native Driver for Node.js",
"main": "dist/lib/index.js",
"scripts": {
"build": "yarn run clean && yarn run lint && tsc --build",
"build:w": "tsc --build -w",
"clean": "tsc --build --clean && rimraf dist",
"lint": "tslint --project .",
"prepublishOnly": "yarn run build && yarn test",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asfernandes/node-firebird-drivers.git"
},
"keywords": [
"firebird"
],
"author": {
"name": "Adriano dos Santos Fernandes",
"email": "adrianosf@gmail.com",
"url": "https://asfernandes.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/asfernandes/node-firebird-drivers/issues"
},
"homepage": "https://github.com/asfernandes/node-firebird-drivers#readme",
"typings": "./dist/lib/index.d.ts",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testPathIgnorePatterns": [
"/node_modules/",
"/dist"
],
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"dependencies": {
"@types/node": "^22.7.5",
"node-firebird-driver": "^3.2.2",
"node-firebird-native-api": "^3.1.2"
},
"gitHead": "20e22c67b13e0d5ddf6667aa005d65949f5961db"
}