| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "mjml-parser-xml",
- "description": "mjml-parser-xml",
- "version": "4.14.1",
- "main": "lib/index.js",
- "files": [
- "lib"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mjmlio/mjml.git",
- "directory": "packages/mjml-parser-xml"
- },
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/mjmlio/mjml/issues"
- },
- "homepage": "https://mjml.io",
- "scripts": {
- "clean": "rimraf lib",
- "build": "babel src --out-dir lib --root-mode upward",
- "test": "node ./test/test.js"
- },
- "dependencies": {
- "@babel/runtime": "^7.14.6",
- "detect-node": "2.0.4",
- "htmlparser2": "^8.0.1",
- "lodash": "^4.17.15"
- },
- "devDependencies": {
- "@babel/cli": "^7.8.4",
- "chai": "^4.1.1",
- "mjml": "4.14.1",
- "mjml-core": "4.14.1",
- "rimraf": "^3.0.2"
- },
- "gitHead": "988819de3375867c09585d28f555166b97415200"
- }
|