UNPKG

micromark-build

Version:
54 lines (53 loc) 1.3 kB
{ "name": "micromark-build", "version": "2.0.3", "description": "Build production files from dev files", "license": "MIT", "keywords": [ "micromark", "build" ], "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-build", "bugs": "https://github.com/micromark/micromark/issues", "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/unifiedjs" }, { "type": "OpenCollective", "url": "https://opencollective.com/unified" } ], "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "contributors": [ "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ], "sideEffects": false, "type": "module", "bin": "index.js", "files": [ "index.d.ts.map", "index.d.ts", "index.js" ], "dependencies": { "@babel/core": "^7.0.0", "babel-plugin-inline-constants": "^5.0.0", "babel-plugin-unassert": "^3.2.0", "babel-plugin-undebug": "^3.0.0", "glob": "^10.0.0", "import-meta-resolve": "^4.0.0", "relativize-url": "^0.1.0" }, "xo": { "envs": [ "shared-node-browser" ], "prettier": true, "rules": { "no-await-in-loop": "off", "unicorn/prefer-code-point": "off" } } }