Ghost/ghost/moleculer-service-from-class/package.json
2021-06-16 23:47:07 +00:00

33 lines
776 B
JSON

{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.16",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/moleculer-service-from-class",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"types": "rm -rf types && tsc",
"pretest": "yarn types",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "9.0.0",
"should": "13.2.3",
"sinon": "11.0.0",
"typescript": "4.3.3"
},
"dependencies": {
"moleculer": "^0.14.11"
}
}