We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a614ce4 commit 3339b4dCopy full SHA for 3339b4d
.gitignore
@@ -1 +1,3 @@
1
**/.DS_Store
2
+node_modules
3
+yarn.lock
package.json
@@ -0,0 +1,26 @@
+{
+ "name": "nodejs-reference-architecture",
+ "version": "0.1.0",
4
+ "description": "Reference architecture",
5
+ "private": true,
6
+ "main": "index.js",
7
+ "directories": {
8
+ "doc": "docs"
9
+ },
10
+ "scripts": {
11
+ "lint": "prettier ./docs/**/*.md --write"
12
13
+ "dependencies": {
14
+ "prettier": "2.0.5"
15
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/nodeshift/nodejs-reference-architecture.git"
19
20
+ "author": "",
21
+ "license": "ISC",
22
+ "bugs": {
23
+ "url": "https://github.com/nodeshift/nodejs-reference-architecture/issues"
24
25
+ "homepage": "https://github.com/nodeshift/nodejs-reference-architecture#readme"
26
+}
0 commit comments