320e689ad4
- @tryghost/adapter-manager@0.2.14 - @tryghost/config-url-helpers@0.0.1 - @tryghost/errors@0.2.13 - @tryghost/image-transform@1.0.13 - @tryghost/moleculer-service-from-class@0.2.17 - @tryghost/mw-session-from-token@0.1.22 - @tryghost/package-json@1.0.2 - @tryghost/session-service@0.1.24 - @tryghost/tpl@0.1.3
31 lines
676 B
JSON
31 lines
676 B
JSON
{
|
|
"name": "@tryghost/tpl",
|
|
"version": "0.1.3",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/tpl",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --check-coverage mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.7.3",
|
|
"mocha": "9.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.1"
|
|
},
|
|
"dependencies": {
|
|
"lodash.template": "^4.5.0"
|
|
}
|
|
}
|