-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 916 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
35
36
37
38
39
40
{
"name": "bolt-starter-cli",
"version": "1.0.0",
"description": "CLI for the Bolt Starter ⚡",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tiaanduplessis/bolt-starter.git"
},
"homepage": "https://github.com/tiaanduplessis/bolt-starter",
"bugs": "https://github.com/tiaanduplessis/bolt-starter/issues",
"author": {
"name": "Tiaan",
"email": "tiaanduplessis@hotmail.com",
"url": "tiaanduplessis.co.za"
},
"bin": {
"bolt-starter": "index.js"
},
"scripts": {
"test": "npm run lint",
"lint": "standard --verbose",
"lint:fix": "standard --fix --verbose"
},
"keywords": [
"react-native,",
"bolt-starter",
"cli",
"scaffold",
"generate"
],
"dependencies": {
"react-native-rename": "^1.0.10",
"shelljs": "^0.7.6"
},
"devDependencies": {
"standard": "^8.6.0"
}
}