1234567891011121314151617 |
- {
- "name": "makekindle",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "express": "^4.16.4",
- "moment": "^2.24.0",
- "puppeteer": "^1.15.0",
- "shelljs": "^0.8.3"
- }
- }
|