-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 862 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 862 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
30
31
32
{
"name": "algolia-index-transform",
"version": "1.0.6",
"description":
"A selection of methods to transform an exisiting index using map, reduce or filter and push to a brand new index.",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"author": "Alex Webb",
"license": "ISC",
"dependencies": {
"algoliasearch": "^3.24.6",
"colors": "^1.1.2",
"fs-extra": "^4.0.2"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-algolia": "^12.0.0",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"prettier": "^1.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/therealwebby/algolia-index-transform"
}
}