e11c0f43cf
- @tryghost/adapter-manager@0.2.10 - @tryghost/bootstrap-socket@0.2.8 - @tryghost/constants@0.1.7 - @tryghost/errors@0.2.10 - @tryghost/image-transform@1.0.10 - @tryghost/job-manager@0.8.2 - @tryghost/limit-service@0.4.0 - @tryghost/moleculer-service-from-class@0.2.13 - @tryghost/mw-session-from-token@0.1.17 - @tryghost/pretty-cli@1.2.16 - @tryghost/promise@0.1.7 - @tryghost/release-utils@0.6.13 - @tryghost/security@0.2.7 - @tryghost/session-service@0.1.18 - @tryghost/vhost-middleware@1.0.14 - @tryghost/zip@1.1.11
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"name": "@tryghost/constants",
|
|
"version": "0.1.7",
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/constants",
|
|
"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",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "8.3.2",
|
|
"should": "13.2.3",
|
|
"sinon": "10.0.0"
|
|
}
|
|
}
|