-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 920 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
{
"name": "@muhtalipdede/rn-generator",
"version": "1.0.36",
"description": "React Native Screen and Component Generator",
"main": "build/index.js",
"bin": "build/index.js",
"scripts": {
"build": "rimraf ./build && scripts/build.js",
"dev": "nodemon",
"start": "npm run build && node build/index.js"
},
"keywords": [
"generator",
"cli",
"react-native",
"react-native-generator",
"react-native-component-generator",
"react-native-screen-generator"
],
"author": "Muhtalip Dede",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.10",
"nodemon": "^2.0.20",
"prettier": "2.8.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"homepage": "https://www.npmjs.com/package/@muhtalipdede/rn-generator",
"repository": {
"type": "git",
"url": "https://github.com/muhtalipdede/rn-generator.git"
}
}