2020-04-16 16:10:51 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/moleculer-service-from-class",
|
2020-12-14 07:36:18 +03:00
|
|
|
"version": "0.2.9",
|
2020-04-16 16:10:51 +03:00
|
|
|
"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-11-03 02:07:13 +03:00
|
|
|
"mocha": "8.2.1",
|
2020-04-16 16:10:51 +03:00
|
|
|
"should": "13.2.3",
|
2021-01-06 18:05:05 +03:00
|
|
|
"sinon": "9.2.3",
|
2020-12-12 01:10:12 +03:00
|
|
|
"typescript": "4.1.3"
|
2020-04-16 16:10:51 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-28 07:05:59 +03:00
|
|
|
"moleculer": "0.14.11"
|
2020-04-16 16:10:51 +03:00
|
|
|
}
|
|
|
|
}
|