Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "name": "diary",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "dist/server.js",
  6. "scripts": {
  7. "build": "tsc",
  8. "auto": "nodemon --delay 1500ms -e js --watch dist .",
  9. "start": "node .",
  10. "autobuild": "tsc -w",
  11. "test": "mocha",
  12. "test-e2e": "mocha --config ./test/.mocharc.yaml",
  13. "build-e2e": "tsc -p ./test"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "typescript": "^3.6.4"
  19. },
  20. "devDependencies": {
  21. "@types/chai": "^4.2.3",
  22. "@types/chai-fs": "^2.0.2",
  23. "@types/mocha": "^5.2.7",
  24. "@types/node": "^12.7.12",
  25. "chai": "^4.2.0",
  26. "chai-fs": "^2.0.0",
  27. "mocha": "^6.2.1",
  28. "nodemon": "^1.19.3",
  29. "request": "^2.88.0",
  30. "request-promise-native": "^1.0.7"
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement