-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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
}
}