forked from asfernandes/node-firebird-drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 785 Bytes
/
package.json
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
{
"name": "node-firebird-drivers",
"description": "node-firebird-drivers",
"private": true,
"author": "Adriano dos Santos Fernandes",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap && lerna run build && lerna run gyp:configure && lerna run gyp:build",
"clean": "lerna run clean",
"publish": "lerna publish",
"test": "lerna run test"
},
"devDependencies": {
"@types/fs-extra-promise": "^1.0.10",
"@types/jest": "^27.4.0",
"@types/temp-fs": "^0.9.30",
"dotenv": "^14.2.0",
"fs-extra-promise": "^1.0.1",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"rimraf": "^3.0.2",
"temp-fs": "^0.9.9",
"ts-jest": "^27.1.3",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
}
}