-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 838 Bytes
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
{
"name": "search-insights-gtm",
"description": "Library for detecting front-end Algolia search metrics",
"private": true,
"version": "1.8.0",
"main": "template.tpl",
"repository": "algolia/search-insights-gtm",
"author": "Algolia <support@algolia.com>",
"license": "Apache-2.0",
"scripts": {
"build": "yarn tsc && yarn prettier build -w && node scripts/build.js && rimraf build",
"release": "shipjs prepare",
"dev": "nodemon scripts/build.js",
"start": "yarn run dev"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0",
"nodemon": "^3.1.0",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"search-insights": "2.17.3",
"shelljs": "^0.8.5",
"shipjs": "^0.27.0",
"typescript": "^5.6.3",
"yaml": "^2.4.1"
},
"packageManager": "yarn@4.1.1"
}