-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 935 Bytes
/
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
{
"name": "@oliveai/loop-analytics",
"version": "1.0.0",
"description": "This library for handling analytics through the network aptitude for loops, currently supporting Segment and GA",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clear": "rm -rf dist || del /s /q dist",
"build": "npm run clear && tsc",
"lint": "eslint ./ --ignore-path .gitignore",
"lint:fix": "npm run lint -- --fix",
"install": "npm run build"
},
"author": "Olive",
"license": "MIT",
"copyright": "Copyright 2022 Olive",
"devDependencies": {
"@types/jest": "^27.4.0",
"eslint": "^8.7.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"jest": "^27.4.0",
"prettier": "^2.5.0",
"typescript": "^4.5.0"
},
"dependencies": {
"@oliveai/ldk": "^3.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-olive/loop-analytics.git"
}
}