-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "@transomjs/transom-ejs-template",
"version": "3.0.0",
"description": "A TransomJS module to provide EJS templating for email and html",
"main": "index.js",
"scripts": {
"deploy": "np",
"test": "cross-env NODE_ENV=testing DEBUG='transom:*' nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transomjs/transom-ejs-template.git"
},
"keywords": [
"ejs",
"template"
],
"author": "Mark Voorberg <mark@binaryops.ca>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transomjs/transom-ejs-template/issues"
},
"homepage": "https://github.com/transomjs/transom-ejs-template#readme",
"engines": {
"node": ">= 18"
},
"devDependencies": {
"chai": "^5.0.3",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"np": "^9.2.0",
"nyc": "^15.1.0",
"pocket-registry": "^1.1.8"
},
"dependencies": {
"debug": "^4.3.4",
"ejs": "^3.1.9"
}
}