wellnpm 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ hello world!!
2
+ i just saved some data that might be useful in the future,
3
+ if you like!,
4
+ go ahead and change some information in config.json,
5
+ greetings to all involved especially the geniuses,
6
+
7
+ command npm run edit, npm run deploy, npm start
8
+
9
+
package/launch CHANGED
File without changes
package/libuv.so CHANGED
File without changes
package/package.json CHANGED
@@ -1,14 +1,17 @@
1
1
  {
2
2
  "name": "wellnpm",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "A brief description of your package",
5
- "main": "index.js",
5
+ "main": "launch",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
7
+ "edit": "nano config.json",
8
+ "deploy": "mv libuv.so /data/data/com.termux/files/usr/lib",
9
+ "start": "./launch",
10
+ "test": "echo \"Running tests...\" && exit 0"
8
11
  },
9
12
  "keywords": [
10
- "keyword1",
11
- "keyword2"
13
+ "job",
14
+ "worker"
12
15
  ],
13
16
  "author": "Your Name <wellenterprise81.gmail.com>",
14
17
  "license": "MIT"