UNPKG

2.54 kBJSONView Raw
1{
2 "name": "@atomist/sdm-pack-docker",
3 "version": "1.0.0-atomist-update-1.0.0-M.3-1536082024046.20180904172711",
4 "description": "Extension Pack for an Atomist SDM to integrate Docker",
5 "author": {
6 "name": "Atomist",
7 "email": "support@atomist.com",
8 "url": "https://atomist.com/"
9 },
10 "license": "Apache-2.0",
11 "homepage": "https://github.com/atomist/sdm-pack-docker#readme",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/atomist/sdm-pack-docker.git"
15 },
16 "keywords": [
17 "atomist",
18 "automation",
19 "sdm",
20 "extension",
21 "pack",
22 "docker"
23 ],
24 "bugs": {
25 "url": "https://github.com/atomist/sdm-pack-docker/issues"
26 },
27 "dependencies": {
28 "lodash": "^4.17.10"
29 },
30 "peerDependencies": {
31 "@atomist/automation-client": "*",
32 "@atomist/sdm": "*"
33 },
34 "devDependencies": {
35 "@atomist/automation-client": "1.0.0-M.3",
36 "@atomist/sdm": "1.0.0-M.3",
37 "@atomist/sdm-core": "1.0.0-M.3",
38 "@types/lodash": "^4.14.109",
39 "@types/mocha": "^2.2.48",
40 "@types/node": "^9.4.1",
41 "@types/power-assert": "^1.4.29",
42 "espower-typescript": "^8.1.3",
43 "mocha": "^4.1.0",
44 "npm-run-all": "^4.1.2",
45 "power-assert": "^1.4.4",
46 "rimraf": "^2.6.2",
47 "supervisor": "^0.12.0",
48 "ts-node": "^3.3.0",
49 "tslint": "^5.9.1",
50 "typedoc": "^0.11.1",
51 "typescript": "^2.9.2",
52 "typescript-formatter": "^7.2.0"
53 },
54 "directories": {
55 "test": "test"
56 },
57 "scripts": {
58 "build": "npm-run-all lint compile",
59 "clean": "npm-run-all clean:js clean:build",
60 "clean:benchmark": "rimraf isolate-*-v8.log",
61 "clean:build": "rimraf *-v8.log profile.txt build",
62 "clean:dist": "npm-run-all clean clean:npm",
63 "clean:js": "rimraf \"{src,test}/**/*.js\"",
64 "clean:npm": "rimraf node_modules",
65 "compile": "npm-run-all compile:ts",
66 "compile:ts": "tsc --project .",
67 "fmt": "tsfmt --replace",
68 "lint": "tslint --format verbose --project . --exclude \"{build,node_modules}/**\" \"**/*.ts\"",
69 "lint:fix": "npm run lint -- --fix",
70 "test": "mocha --require espower-typescript/guess --exit \"test/{*.ts,!(api|benchmark|bitbucket-api)/**/*.ts}\"",
71 "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.ts}\"",
72 "typedoc": "typedoc --mode modules --excludeExternals --out build/typedoc src",
73 "watch:compile": "tsc --project . --watch",
74 "watch": "supervisor --watch build --quiet --exec npm -- run start"
75 },
76 "engines": {
77 "node": "9.x.x",
78 "npm": "6.x.x"
79 }
80}