1 | {
|
2 | "name": "@nrk/ps-octo-publisher",
|
3 | "version": "1.4.0",
|
4 | "description": "WebApp publisher for Octopus",
|
5 | "keywords": [],
|
6 | "repository": "https://github.com/nrkno/ps-node-common/tree/master/packages/ps-octo-publisher",
|
7 | "license": "UNLICENSED",
|
8 | "author": {
|
9 | "name": "NRK",
|
10 | "email": "opensource@nrk.no",
|
11 | "url": "https://nrkbeta.no/"
|
12 | },
|
13 | "bin": {
|
14 | "waop": "./lib/main.js"
|
15 | },
|
16 | "files": [
|
17 | "lib",
|
18 | "!lib/__tests__"
|
19 | ],
|
20 | "scripts": {
|
21 | "compile": "ps-compile",
|
22 | "test": "ps-test"
|
23 | },
|
24 | "dependencies": {
|
25 | "@octopusdeploy/octopackjs": "^0.2.4",
|
26 | "archiver": "^5.0.0",
|
27 | "execa": "^5.0.0",
|
28 | "node-fetch": "^2.6.0",
|
29 | "yargs": "^17.0.1"
|
30 | },
|
31 | "devDependencies": {
|
32 | "@nrk/ps-scripts": "^1.0.5",
|
33 | "@types/archiver": "^5.1.0",
|
34 | "@types/execa": "^2.0.0",
|
35 | "@types/node": "14.14.41",
|
36 | "@types/node-fetch": "^2.5.7",
|
37 | "@types/yargs": "^16.0.0",
|
38 | "rimraf": "^3.0.2",
|
39 | "typescript": "^4.0.3"
|
40 | },
|
41 | "engines": {
|
42 | "node": ">=8.10.0"
|
43 | },
|
44 | "publishConfig": {
|
45 | "access": "public"
|
46 | },
|
47 | "volta": {
|
48 | "extends": "../../package.json"
|
49 | },
|
50 | "gitHead": "fc7c8c27a13d146364f3e334cd22461c240fd786"
|
51 | }
|