-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-firebird-drivers",
"description": "node-firebird-drivers",
"private": true,
"author": "Adriano dos Santos Fernandes",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b -w",
"bootstrap": "lerna run build && lerna run gyp:configure && lerna run gyp:build",
"clean": "lerna run clean",
"publish": "lerna publish",
"test": "lerna run test",
"lint:check": "lerna run lint:check",
"lint:fix": "lerna run lint:fix"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/fs-extra-promise": "^1.0.14",
"@types/jest": "^30.0.0",
"@types/temp-fs": "^0.9.33",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"fs-extra-promise": "^1.0.1",
"globals": "^17.2.0",
"jest": "^30.2.0",
"lerna": "^9.0.3",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"temp-fs": "^0.9.9",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"packageManager": "yarn@4.7.0"
}