package.json 923 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@compodoc/ngd-core",
  3. "version": "2.1.1",
  4. "description": "A core library for @compodoc/ngd",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "compile:src": "tsc --newLine LF",
  8. "prexpublish": "npm run compile:src",
  9. "deploy": "npm run compile:src && npm xpublish"
  10. },
  11. "homepage": "https://github.com/compodoc/ngd",
  12. "bugs": "https://github.com/compodoc/ngd/issues",
  13. "author": "Wassim CHEGHAM",
  14. "engines": {
  15. "node": ">= 10.0.0"
  16. },
  17. "contributors": [
  18. "vogloblinsky"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/compodoc/ngd.git"
  23. },
  24. "private": false,
  25. "license": "MIT",
  26. "dependencies": {
  27. "ansi-colors": "^4.1.3",
  28. "fancy-log": "^2.0.0",
  29. "typescript": "^5.0.4"
  30. },
  31. "devDependencies": {
  32. "@types/node": "^20.1.2"
  33. },
  34. "types": "dist/index.d.ts"
  35. }