-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.52 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@thatapicompany/theanalyticsapi",
"version": "1.0.8",
"description": "The hassle-free way to integrate analytics into any Node.js application",
"license": "MIT",
"repository": "thatapicompany/theanalyticsapi",
"author": {
"name": "ThatApiCompany",
"email": "[email protected]",
"url": "https://theAnalyticsApi.com"
},
"engines": {
"node": ">=4"
},
"size-limit": [
{
"limit": "25 KB",
"path": "index.js"
}
],
"scripts": {
"circle-lint": ".buildscript/circle.sh",
"dependencies": "yarn",
"size": "size-limit",
"test": "standard && nyc ava && .buildscript/e2e.sh",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"np": "np --no-publish",
"release": "yarn run np"
},
"files": [
"index.js"
],
"keywords": [
"analytics",
"theanalyticsapi",
"thatapicompany"
],
"dependencies": {
"@segment/loosely-validate-event": "^2.0.0",
"axios": "^0.21.1",
"axios-retry": "^3.0.2",
"lodash.isstring": "^4.0.1",
"md5": "^2.2.1",
"ms": "^2.0.0",
"remove-trailing-slash": "^0.1.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"ava": "^3.15.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.17.1",
"codecov": "^3.0.0",
"commander": "^5.1.0",
"delay": "^4.2.0",
"express": "^4.15.2",
"husky": "^3.0.4",
"nyc": "^14.1.1",
"pify": "^4.0.1",
"sinon": "^7.3.2",
"size-limit": "^4.11.0",
"snyk": "^1.328.0",
"standard": "^12.0.1"
}
}