Ghost/ghost/package-json
Naz 763875a15b Published new versions
- @tryghost/job-manager@0.8.5
 - @tryghost/limit-service@0.4.4
 - @tryghost/mw-session-from-token@0.1.20
 - @tryghost/package-json@0.1.0
 - @tryghost/session-service@0.1.21
 - @tryghost/zip@1.1.13
2021-05-07 15:00:07 +04:00
..
lib
test Fixed package-json test requires 2021-05-06 15:16:29 +01:00
.eslintrc.js Added initial package-json package 2021-05-06 15:16:29 +01:00
index.js Added export for package-json library contents 2021-05-06 15:16:29 +01:00
LICENSE Added initial package-json package 2021-05-06 15:16:29 +01:00
package.json Published new versions 2021-05-07 15:00:07 +04:00
README.md Added initial package-json package 2021-05-06 15:16:29 +01:00

Package Json

Install

npm install @tryghost/package-json --save

or

yarn add @tryghost/package-json

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license.