|
2 | 2 | "name": "fastboot-express-middleware", |
3 | 3 | "version": "2.0.0", |
4 | 4 | "description": "An Express middleware for rendering Ember apps with FastBoot", |
5 | | - "main": "src/index.js", |
6 | | - "scripts": { |
7 | | - "lint:js": "eslint --cache .", |
8 | | - "test": "yarn lint:js && mocha" |
9 | | - }, |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git" |
13 | | - }, |
14 | | - "engines": { |
15 | | - "node": "10.* || 12.* || >= 14" |
16 | | - }, |
17 | 5 | "keywords": [ |
18 | 6 | "fastboot", |
19 | 7 | "ember", |
20 | 8 | "express", |
21 | 9 | "middleware" |
22 | 10 | ], |
23 | | - "author": "Tom Dale <tom@tomdale.net>", |
24 | | - "license": "MIT", |
| 11 | + "homepage": "https://github.com/ember-fastboot/fastboot-express-middleware#readme", |
25 | 12 | "bugs": { |
26 | 13 | "url": "https://github.com/ember-fastboot/fastboot-express-middleware/issues" |
27 | 14 | }, |
28 | | - "homepage": "https://github.com/ember-fastboot/fastboot-express-middleware#readme", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/ember-fastboot/fastboot-express-middleware.git" |
| 18 | + }, |
| 19 | + "license": "MIT", |
| 20 | + "author": "Tom Dale <tom@tomdale.net>", |
| 21 | + "main": "src/index.js", |
| 22 | + "scripts": { |
| 23 | + "lint:js": "eslint --cache .", |
| 24 | + "test": "yarn lint:js && mocha" |
| 25 | + }, |
| 26 | + "dependencies": { |
| 27 | + "chalk": "^2.0.1", |
| 28 | + "fastboot": "^2.0.1" |
| 29 | + }, |
29 | 30 | "devDependencies": { |
30 | 31 | "chai": "^4.1.0", |
31 | 32 | "chai-as-promised": "^7.1.1", |
|
37 | 38 | "express": "^4.13.4", |
38 | 39 | "mocha": "^5.0.0", |
39 | 40 | "prettier": "^1.19.1", |
| 41 | + "release-it": "^14.0.2", |
| 42 | + "release-it-lerna-changelog": "^2.4.0", |
40 | 43 | "request": "^2.88.0", |
41 | 44 | "request-promise": "^4.2.1" |
42 | 45 | }, |
43 | | - "dependencies": { |
44 | | - "chalk": "^2.0.1", |
45 | | - "fastboot": "^2.0.1" |
| 46 | + "engines": { |
| 47 | + "node": "10.* || 12.* || >= 14" |
| 48 | + }, |
| 49 | + "publishConfig": { |
| 50 | + "registry": "https://registry.npmjs.org" |
| 51 | + }, |
| 52 | + "release-it": { |
| 53 | + "plugins": { |
| 54 | + "release-it-lerna-changelog": { |
| 55 | + "infile": "CHANGELOG.md", |
| 56 | + "launchEditor": true |
| 57 | + } |
| 58 | + }, |
| 59 | + "git": { |
| 60 | + "tagName": "v${version}" |
| 61 | + }, |
| 62 | + "github": { |
| 63 | + "release": true, |
| 64 | + "tokenRef": "GITHUB_AUTH" |
| 65 | + } |
46 | 66 | } |
47 | 67 | } |
0 commit comments