-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "pokemonads",
"version": "0.0.1",
"description": "Fistful of monads and more",
"scripts": {
"publish": "lerna run build && lerna publish"
},
"homepage": "https://github.com/kanitsharma/pokemonads",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kanitsharma/pokemonads"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@lectro/core": "1.1.2-alpha-19",
"@lectro/enhancer-buildutils": "0.1.0-alpha-7",
"ava": "0.25.0",
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-config-standard": "10.2.1",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"lerna": "2.11.0",
"prettier": "1.13.5"
}
}