-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.03 KB
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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@appbaseio/analytics",
"version": "1.2.0",
"description": "Universal analytics library for appbase.io apps",
"main": "dist/@appbaseio/analytics.cjs.js",
"jsnext:main": "dist/@appbaseio/analytics.es.js",
"module": "dist/@appbaseio/analytics.es.js",
"scripts": {
"watch": "nps watch",
"start": "nps",
"pretest": "nps build",
"test": "nps test",
"precommit": "lint-staged",
"lint": "nps lint",
"prepare": "nps validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appbaseio/analytics.git"
},
"author": "bietkul <kuldepsaxena155@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/appbaseio/analytics/issues"
},
"homepage": "https://github.com/appbaseio/analytics#readme",
"lint-staged": {
"*.js": [
"eslint"
]
},
"files": [
"dist"
],
"dependencies": {
"cross-fetch": "^3.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.4.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^6.2.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-flowtype-errors": "^4.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-prettier": "^3.1.0",
"flow-bin": "^0.105.2",
"husky": "^3.0.4",
"jest": "^24.9.0",
"lint-staged": "^9.2.4",
"nps": "^5.9.8",
"nps-utils": "^1.7.0",
"prettier": "^1.18.2",
"rollup": "^1.20.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"keywords": [
"appbase",
"elasticsearch",
"search",
"analytics"
]
}