weird_parrotfish_dbms 4.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +20 -0
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.info('Hello World! ngab')
|
package/package.json
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "weird_parrotfish_dbms",
|
3
|
+
"version": "4.1.3",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
+
},
|
8
|
+
"repository": {
|
9
|
+
"type": "git",
|
10
|
+
"url": "git+https://github.com/artknight404/paulette-validator-catalyst.git"
|
11
|
+
},
|
12
|
+
"homepage": "https://github.com/artknight404/paulette-validator-catalyst.git#readme",
|
13
|
+
"author": "artknight404",
|
14
|
+
"license": "ISC",
|
15
|
+
"dependencies": {
|
16
|
+
"ksni-technical-test": "^1.1.10",
|
17
|
+
"tradingcalc": "^1.4.0",
|
18
|
+
"unique-names-generator": "^4.7.1"
|
19
|
+
}
|
20
|
+
}
|