unlayer2be
Version:
Unlayer2be is a library which can be used to convert BEE email design to Unlayer email design, or Html to Unlayer design
45 lines (44 loc) • 1.26 kB
JSON
{
"name": "unlayer2be",
"version": "1.1.5",
"description": "Unlayer2be is a library which can be used to convert BEE email design to Unlayer email design, or Html to Unlayer design ",
"main": "lib/src/index.js",
"types": "lib/@types/index.d.ts",
"scripts": {
"postinstall": "npm run --silent install-jsdom",
"install-jsdom": "node lib/script/install-jsdom.js",
"test": "npm run tsc&&mocha lib/**/*.spec.js",
"start": "node lib/src/index.js",
"copy": "copyfiles ./src/@types/* ./lib",
"tsc": "tsc",
"build": "npm run copy&&tsc "
},
"repository": {
"type": "git",
"url": "git+https://github.com/barakaally/unLayer2be.git"
},
"keywords": [
"unlayer",
"unlayer2be",
"design",
"beefree",
"email-editor"
],
"author": "Baraka ally <baraka.ally.co.tz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/barakaally/unLayer2be/issues"
},
"homepage": "https://github.com/barakaally/unLayer2be#readme",
"devDependencies": {
"@types/mocha": "^9.1.0",
"copyfiles": "^2.4.1",
"jsdom": "^19.0.0",
"mocha": "^9.2.0",
"typescript": "^4.5.5"
},
"dependencies": {},
"browser": {
"jsdom": false
}
}