-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@talpor/react-context-manager-cli",
"version": "0.0.13",
"description": "This package allows you to create an /store/ file structure with one command along with react-context-manager",
"repository": "https://github.com/talpor/react-context-manager-cli",
"main": "index.js",
"directories": {
"lib": "lib"
},
"keywords": [
"context",
"react",
"react-native",
"hooks",
"hoc",
"actions",
"state",
"store",
"context-api"
],
"authors": [
"Fernando Galindez <[email protected]> (https://github.com/fergalindez)",
"Juan Perozo <[email protected]> (https://github.com/jperozo)"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"react-context-manager-cli": "./index.js",
"rcmc": "./index.js"
},
"preferGlobal": true,
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^3.0.0",
"esm": "^3.2.25",
"figlet": "^1.2.4",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.3",
"minimist": "^1.2.3",
"prettier": "^2.0.5"
}
}