Ver código fonte

.gitignore update

ljoaquim 2 semanas atrás
pai
commit
41187d36cc
2 arquivos alterados com 20 adições e 1 exclusões
  1. 3 1
      .gitignore
  2. 17 0
      package.json

+ 3 - 1
.gitignore

@@ -2,4 +2,6 @@ vendor/
 .env
 *.log
 test.db
-build/
+build/
+package-lock.json
+node_modules

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+  "name": "genial_poc",
+  "version": "1.0.0",
+  "main": "genial-cli.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "description": "",
+  "dependencies": {
+    "crypto": "^1.0.1",
+    "decimal.js": "^10.6.0",
+    "dotenv": "^17.2.3"
+  }
+}