-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.3 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
45
46
47
48
{
"name": "@ecomplus/transactional-mails",
"version": "2.1.0",
"description": "Default transactional email templates for E-Com Plus stores",
"main": "src/index.js",
"scripts": {
"serve": "node ./test/server.js",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/transactional-mails.git"
},
"keywords": [
"ecomplus",
"emails",
"transactional-emails",
"ecommerce"
],
"author": "E-Com Club <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/transactional-mails/issues"
},
"homepage": "https://github.com/ecomplus/transactional-mails#readme",
"dependencies": {
"@ecomplus/utils": "^1.4.1",
"ejs": "^3.1.9",
"intl": "^1.2.5",
"intl-locales-supported": "1.8.11 || ^1.8.13",
"sass": "^1.66.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"browser-sync": "^2.29.3",
"docdash": "^2.0.1",
"husky": "^8.0.3",
"jsdoc": "^4.0.2",
"standard": "^17.1.0",
"standard-version": "^9.5.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}