Initial commit
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
index.ts
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "microjournal-cli", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.ts", | ||
"scripts": { | ||
"build": "tsc --outDir bin index.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/bluebird": "^3.5.25", | ||
"@types/mkdirp": "^0.5.2", | ||
"@types/node": "^10.12.18", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.12.0", | ||
"typescript": "^3.2.2" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.5.3", | ||
"mkdirp": "^0.5.1", | ||
"readdir-rx": "0.0.6", | ||
"rxjs": "^6.3.3" | ||
} | ||
} |
src/data/accessor.ts
0 → 100644
src/data/accessors/api.ts
0 → 100644