-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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
{
"version": "2.0.0",
"engines": {
"node": ">=14"
},
"scripts": {
"prepare": "tsc",
"lint": "eslint",
"test": "mocha --require ts-node/register --timeout 15000 --exit test/*"
},
"author": "Clever Team <tech-notify@clever.com>",
"description": "process-metrics",
"dependencies": {
"kayvee": "^3.13.0"
},
"devDependencies": {
"@types/mocha": "^9",
"@types/node": "^14.18.13",
"babel-eslint": "^7.0.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^5.0.1",
"eslint-plugin-react": "^3.16.1",
"mocha": "^9",
"ts-node": "^3.1.0",
"typescript": "^3"
},
"name": "process-metrics",
"repository": {
"type": "git",
"url": "https://github.com/Clever/node-process-metrics.git"
},
"license": "Apache-2.0"
}