-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "gl-vsts-tasks-ghost",
"version": "0.1.0",
"description": "Ghost task for the Team Services build system",
"directories": {
"doc": "docs"
},
"scripts": {
"clean": "vsts-build-tools-clean",
"postinstall": "vsts-build-tools-install",
"prebuild": "vsts-build-tools-prebuild",
"build": "tsc",
"package:clean": "rimraf **/.local-chromium",
"package": "vsts-build-tools-package",
"build:test": "run-s build test",
"test": "jasmine JASMINE_CONFIG_PATH=./Tests/jasmine.json",
"test:chutzpah": "chutzpah.console ./Tests"
},
"repository": {
"type": "git",
"url": "https://github.com/geeklearningio/gl-vsts-tasks-ghost"
},
"keywords": [
"ghost",
"node",
"node.js",
"npm",
"npm.js",
"install"
],
"author": "Geek Learning, Cyprien Autexier",
"license": "MIT",
"bugs": {
"url": "https://github.com/geeklearningio/gl-vsts-tasks-ghost/issues"
},
"homepage": "https://github.com/geeklearningio/gl-vsts-tasks-ghost/vsts-tasks",
"devDependencies": {
"@types/fs-extra": "^4.0.0",
"@types/ini": "^1.3.29",
"@types/node": "^10.0.0",
"@types/q": "^1.0.3",
"async": "2.0.1",
"gl-vsts-tasks-build-scripts": "0.5.0",
"karma": "^1.1.2",
"npm-run-all": "2.3.0",
"rimraf": "^2.6.2",
"tfx-cli": "^0.6.4",
"tslint": "^5.15.0",
"typescript": "^3.5.1"
},
"dependencies": {
"@tryghost/admin-api": "^1.4.4",
"@types/puppeteer": "^1.5.0",
"azure-pipelines-task-lib": "^3.1.10"
}
}