-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "@paralenz/tracking",
"version": "2.1.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --ext .ts",
"test": "jest",
"build": "tsc"
},
"homepage": "https://github.com/paralenz/tracking",
"repository": {
"type": "git",
"url": "git+https://github.com/paralenz/tracking.git"
},
"bugs": {
"url": "https://github.com/paralenz/tracking/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"peerDependencies": {
"posthog-js": "*",
"posthog-react-native": "*"
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@paralenz/eslint-config-typescript-react": "^1.2.3",
"jest": "^27.5.1",
"posthog-js": "^1.28.0",
"posthog-react-native": "^1.1.5",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}