UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@neoskop/paperboy-source-magnolia",
3 "version": "0.10.7",
4 "description": "",
5 "repository": "https://github.com/neoskop/paperboy",
6 "homepage": "https://neolabs.io",
7 "license": "Apache-2.0",
8 "engines": {
9 "node": "8.12.0"
10 },
11 "main": "dist/index.js",
12 "module": "dist/index.js",
13 "typings": "dist/index.d.ts",
14 "scripts": {
15 "build": "rimraf dist && tsc -p tsconfig.json",
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "author": "Neoskop GmbH",
19 "devDependencies": {
20 "@neoskop/paperboy": "0.10.7",
21 "@types/amqplib": "0.5.6",
22 "@types/async-lock": "1.1.0",
23 "@types/fs-extra": "5.0.0",
24 "@types/node": "8.0.51",
25 "@types/request": "2.0.9",
26 "@types/retry": "0.10.2",
27 "@types/shelljs": "0.7.7",
28 "rimraf": "2.6.2",
29 "ts-node": "3.3.0",
30 "tslint": "5.8.0",
31 "typescript": "2.6.1"
32 },
33 "dependencies": {
34 "amqplib": "0.5.2",
35 "async-lock": "1.1.2",
36 "fs-extra": "5.0.0",
37 "request": "2.88.0",
38 "retry": "0.10.1"
39 }
40}