adarsh_hello_world 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +25 -0
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ var adarsh = () =>{
2
+ console.log("adarsh")
3
+ }
4
+
5
+ export default adarsh;
6
+
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "adarsh_hello_world",
3
+ "version": "1.0.0",
4
+ "description": "hello ",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/adarsh-dhakad/adarsh_hello_world.git"
12
+ },
13
+ "keywords": [
14
+ "adsrsh"
15
+ ],
16
+ "author": "adarsh",
17
+ "license": "MIT",
18
+ "bugs": {
19
+ "url": "https://github.com/adarsh-dhakad/adarsh_hello_world/issues"
20
+ },
21
+ "homepage": "https://github.com/adarsh-dhakad/adarsh_hello_world#readme",
22
+ "devDependencies": {
23
+ "metro-react-native-babel-preset": "^0.77.0"
24
+ }
25
+ }