-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 954 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 954 Bytes
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
{
"name": "@node-api-toolkit/queue",
"scripts": {
"start": "ts-node .",
"test": "jest --config jest.config.json --runInBand",
"test:watch": "yarn test --watch",
"build": "tsc --build --verbose",
"build:watch": "tsc --build --verbose --watch"
},
"main": "dist/index.js",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
"license": "GPL-3.0",
"public": true,
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"jest-watch-lerna-packages": "^1.1.0",
"lerna": "^3.20.0",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"tsc": "^1.20150623.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@node-api-toolkit/wait": "^0.9.0",
"chalk": "^4.0.0",
"debug": "^4.1.1",
"humanize-duration": "^3.22.0",
"moment": "^2.29.4",
"pretty-bytes": "^5.3.0"
},
"gitHead": "c344c7bacee201377e4a42409878c85c20a66769"
}