-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 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
{
"name": "@amplitude/amplitude-js-gtm",
"version": "2.0.2",
"description": "Amplitude JS SDK Wrapper for use with Google Tag Manager",
"main": "dist/index.js",
"scripts": {
"build:prod": "webpack --mode production",
"lint": "yarn run lint:eslint && yarn run lint:prettier",
"lint:eslint": "eslint src/",
"lint:fix": "eslint --fix src/ && yarn prettier --write src",
"lint:prettier": "prettier --check src",
"prepare": "yarn build:prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amplitude/amplitude-js-gtm.git"
},
"author": "Amplitude <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amplitude/amplitude-js-gtm/issues"
},
"homepage": "https://github.com/amplitude/amplitude-js-gtm#readme",
"devDependencies": {
"@amplitude/eslint-plugin-amplitude": "^1.0.1",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
}
}