UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@neoskop/paperboy",
3 "version": "2.4.1",
4 "description": "",
5 "main": "dist/index.js",
6 "module": "dist/index.js",
7 "typings": "dist/index.d.ts",
8 "author": "Philipp Siekmann <siekmann@neoskop.de>",
9 "repository": "https://github.com/neoskop/paperboy",
10 "homepage": "https://neolabs.io",
11 "license": "Apache-2.0",
12 "engines": {
13 "node": ">=12.7.0"
14 },
15 "scripts": {
16 "build": "rimraf dist && tsc -p tsconfig.json",
17 "lint": "tslint -p tslint.json",
18 "start": "yarn build && node dist/test",
19 "test": "nyc mocha --require ts-node/register --require source-map-support/register --recursive src/**/*.spec.ts",
20 "snyk-protect": "snyk protect",
21 "prepublish": "npm run snyk-protect"
22 },
23 "nyc": {
24 "extension": [
25 ".ts",
26 ".tsx"
27 ],
28 "exclude": [
29 "**/*.d.ts",
30 "**/*.spec.ts",
31 "**/*.js"
32 ],
33 "all": true
34 },
35 "devDependencies": {
36 "@types/chai": "4.2.8",
37 "@types/chai-as-promised": "7.1.2",
38 "@types/express": "4.17.2",
39 "@types/mocha": "7.0.1",
40 "@types/node": "13.7.0",
41 "@types/retry": "0.12.0",
42 "@types/shelljs": "0.8.6",
43 "@types/winston": "2.4.4",
44 "chai": "4.2.0",
45 "chai-as-promised": "7.1.1",
46 "concurrently": "5.1.0",
47 "mocha": "7.0.1",
48 "mocha-mongoose": "1.2.0",
49 "nodemon": "2.0.2",
50 "nyc": "15.0.0",
51 "rimraf": "3.0.2",
52 "snyk": "1.291.0",
53 "source-map-support": "0.5.16",
54 "ts-nats": "1.2.4",
55 "ts-node": "8.6.2",
56 "tslint": "6.0.0",
57 "typescript": "3.7.5"
58 },
59 "dependencies": {
60 "@types/amqplib": "0.5.13",
61 "@types/async-lock": "1.1.1",
62 "amqplib": "0.5.5",
63 "async-lock": "1.2.2",
64 "retry": "0.12.0",
65 "shelljs": "0.8.3",
66 "ts-nats": "1.2.4",
67 "winston": "3.2.1"
68 },
69 "snyk": true
70}