package.json 460 B

12345678910111213141516171819
  1. {
  2. "name": "vendure-reviews-plugin-test",
  3. "version": "0.0.1",
  4. "description": "",
  5. "scripts": {
  6. "build": "tsc && cp -r dashboard dist/",
  7. "publish": "npm publish --registry=http://localhost:4873"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/vendurehq/vendure"
  12. },
  13. "main": "./dist/index.js",
  14. "types": "./dist/index.d.ts",
  15. "files": [
  16. "dist"
  17. ],
  18. "private": false
  19. }