-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "enhanced-analytics",
"version": "1.0.308",
"description": "Couple of convenient tools for populating dataLayer ecommerce event data.",
"main": "index.js",
"types": "index.d.ts",
"typings": "index",
"keywords": [
"analytics",
"react",
"google-analytics",
"ecommerce events",
"datalayer",
"gtm",
"klaviyo"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewEastwood/enhanced-analytics.git"
},
"author": "james_eastwood",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndrewEastwood/enhanced-analytics/issues"
},
"homepage": "https://github.com/AndrewEastwood/enhanced-analytics#readme",
"dependencies": {},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/facebook-nodejs-business-sdk": "^15.0.2",
"@types/lodash": "^4.14.167",
"@types/react": "^18.0.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.1.3"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}