UNPKG

872 BJSONView Raw
1{
2 "name": "@neoskop/paperboy-source-magnolia",
3 "version": "0.9.1",
4 "description": "",
5 "engines": {
6 "node": ">= 8.9.3"
7 },
8 "main": "dist/index.js",
9 "module": "dist/index.js",
10 "typings": "dist/index.d.ts",
11 "scripts": {
12 "build": "rimraf dist && tsc -p tsconfig.json",
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "author": "Neoskop GmbH",
16 "license": "UNLICENSED",
17 "devDependencies": {
18 "@neoskop/paperboy": "0.9.1",
19 "@types/amqplib": "0.5.6",
20 "@types/fs-extra": "5.0.0",
21 "@types/node": "8.0.51",
22 "@types/request": "2.0.9",
23 "@types/retry": "0.10.2",
24 "@types/shelljs": "0.7.7",
25 "rimraf": "2.6.2",
26 "ts-node": "3.3.0",
27 "tslint": "5.8.0",
28 "typescript": "2.6.1"
29 },
30 "dependencies": {
31 "amqplib": "0.5.2",
32 "fs-extra": "5.0.0",
33 "request": "2.83.0",
34 "retry": "0.10.1"
35 }
36}