package.json 399 B

123456789101112131415161718
  1. {
  2. "name": "shared",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "rimraf build && tsc"
  9. },
  10. "author": "ghorsington",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@types/node": "^14.0.5",
  14. "rimraf": "^3.0.2",
  15. "typeorm": "^0.2.25",
  16. "typescript": "^3.9.3"
  17. }
  18. }