File size: 640 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "@automattic/calypso-mp-data-analysis",
	"version": "1.0.0",
	"description": "Extracts data snapshots from the top 100 searches.",
	"author": "Automattic Inc.",
	"license": "GPL-2.0-or-later",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "git://github.com/Automattic/wp-calypso.git",
		"directory": "packages/calypso-mp-data-analysis"
	},
	"dependencies": {
		"csv-parse": "^5.1.0",
		"csv-stringify": "^6.1.0",
		"fs-extra": "^10.1.0"
	},
	"devDependencies": {
		"@automattic/calypso-eslint-overrides": "workspace:^"
	},
	"scripts": {
		"generate": "node get-top-categories.js && node get-top-products.js"
	}
}