-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "ingestly-client-javascript",
"version": "1.0.4",
"description": "Ingestly Client JavaScript SDK for modern web analytics.",
"main": "src/ingestly.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"jsdoc": "jsdoc ./src -c jsdoc.conf.json",
"lint": "eslint ./src",
"format": "prettier --write 'src/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ingestly/ingestly-client-javascript.git"
},
"author": "Ingestly Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/ingestly/ingestly-client-javascript/issues"
},
"homepage": "https://github.com/ingestly/ingestly-client-javascript#readme",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-decorators": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"eslint": "^8.8.0",
"jsdoc": "^3.6.10",
"prettier": "^2.5.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
}
}