-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "generator-rn-caos",
"version": "2.1.0",
"description": "React Native - CAOS (Coding An Organized Software)",
"files": [
"generators"
],
"scripts": {
"test": "cd tests && ./test.sh",
"test:yml": "cd tests && yo rn-caos ./login.yml",
"lint": "eslint './generators'"
},
"keywords": [
"yeoman-generator",
"react-native"
],
"homepage": "https://github.com/ericksprengel/generator-rn-caos",
"bugs": "https://github.com/ericksprengel/generator-rn-caos/issues",
"author": {
"name": "Erick Massa Sprengel",
"email": "erick.sprengel@gmail.com",
"url": "https://github.com/ericksprengel"
},
"repository": {
"type": "git",
"url": "git@github.com:ericksprengel/generator-rn-caos.git"
},
"license": "MIT",
"dependencies": {
"js-yaml": "^3.13.1",
"yeoman-generator": "^5.6.1"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}