Ghost/ghost/moleculer-service-from-class/package.json

33 lines
779 B
JSON
Raw Normal View History

{
"name": "@tryghost/moleculer-service-from-class",
"version": "0.2.6",
"repository": "https://github.com/TryGhost/Ghost-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": {
2020-08-29 00:05:06 +03:00
"mocha": "8.1.3",
"should": "13.2.3",
2020-08-11 11:02:08 +03:00
"sinon": "9.0.3",
2020-09-18 23:18:17 +03:00
"typescript": "4.0.3"
},
"dependencies": {
"moleculer": "0.14.10"
}
}