forked from fiverr/node-statsd-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@connectalum/statsd-client",
"version": "1.1.2",
"description": "📈 A feature packed, highly customisable StatsD client",
"keywords": [
"StatsD",
"Graphite",
"Brubeck",
"DogStatsD",
"DataDog",
"statsd-client",
"dogstatsd-client",
"graphite tags",
"tags",
"sampling",
"udp",
"📈"
],
"author": "ConnectAlum INC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectAlum/node-statsd-client.git"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"predocs": "which docsify || npm i --no-save docsify-cli",
"docs": "docsify serve docs -p 6375",
"test": "mocha 'spec.js' '**/spec.js' --require .mocha",
"lint": "eslint '.*.js' '*.js' '**/*.js'"
},
"devDependencies": {
"@fiverr/eslint-config-fiverr": "^3.2.4",
"@lets/wait": "^2.0.2",
"chai": "^4.3.0",
"chai-string": "^1.5.0",
"eslint": "^7.20.0",
"eslint-plugin-log": "^1.2.7",
"mocha": "^8.3.0"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}