package.json 475 B

12345678910111213141516171819
  1. {
  2. "private": true,
  3. "name": "locale-pack",
  4. "author": "Merlijn Vos <merlijn@transloadit.com>",
  5. "description": "Generate locale pack, types, and documentation",
  6. "main": "index.mjs",
  7. "scripts": {
  8. "build": "yarn node index.mjs",
  9. "test": "yarn node test.mjs"
  10. },
  11. "dependencies": {
  12. "chalk": "^4.1.2",
  13. "dedent": "^0.7.0",
  14. "glob": "^7.2.0",
  15. "mdast-util-heading-range": "^3.1.0",
  16. "remark": "^14.0.1",
  17. "remark-frontmatter": "^4.0.1"
  18. }
  19. }