1234567891011121314151617181920 |
- {
- "private": true,
- "name": "locale-pack",
- "author": "Merlijn Vos <merlijn@transloadit.com>",
- "description": "Generate locale pack, types, and documentation",
- "main": "index.mjs",
- "scripts": {
- "build": "yarn node index.mjs",
- "test": "yarn node test.mjs"
- },
- "dependencies": {
- "chalk": "^4.1.2",
- "dedent": "^0.7.0",
- "glob": "^7.2.0",
- "mdast-util-heading-range": "^3.1.0",
- "remark": "^14.0.1",
- "remark-frontmatter": "^4.0.1",
- "stringify-object": "^4.0.0"
- }
- }
|