This commit is contained in:
Luk Lu
2020-06-01 16:24:19 +08:00
commit 797dfb02aa
2 changed files with 56 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "so.base",
"version": "0.1.0",
"private": true,
"dependencies": {
"bunyan": "^1.8.12",
"bunyan-pretty-colors": "^0.1.7"
},
"devDependencies": {},
"scripts": {
"setup": "npm install"
},
"author": ""
}