UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@ionic/pro-jobs",
3 "version": "0.3.13",
4 "description": "",
5 "main": "dist/index.js",
6 "bin": {
7 "run": "./bin/run",
8 "run-private": "./bin/run-private.js"
9 },
10 "scripts": {
11 "clean": "rm -fr builds dist",
12 "build": "tsc",
13 "watch": "tsc -w",
14 "lint": "tslint --config tslint.json --project tsconfig.json",
15 "test": "ava",
16 "prepush": "npm run lint",
17 "release:staging": "npm publish --tag staging",
18 "prepublishOnly": "npm run build"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://gitlab.com/ionicteam/jobs"
23 },
24 "keywords": [],
25 "author": "",
26 "license": "ISC",
27 "bugs": {
28 "url": "https://gitlab.com/ionicteam/jobs/issues"
29 },
30 "homepage": "https://gitlab.com/ionicteam/jobs#README",
31 "devDependencies": {
32 "@types/archiver": "^2.0.1",
33 "@types/bunyan": "^1.8.3",
34 "@types/chalk": "^2.2.0",
35 "@types/klaw": "^2.1.0",
36 "@types/lodash": "^4.14.85",
37 "@types/minimist": "^1.2.0",
38 "@types/rimraf": "^2.0.2",
39 "@types/semver": "^5.4.0",
40 "@types/superagent": "^3.5.6",
41 "@types/tar": "^4.0.0",
42 "ava": "^0.23.0",
43 "husky": "^0.14.3",
44 "tslint": "^5.8.0",
45 "tslint-ionic-rules": "0.0.11",
46 "typescript": "^2.6.1"
47 },
48 "dependencies": {
49 "analytics-node": "^3.2.0",
50 "app-store-scraper": "^0.7.0",
51 "archiver": "^2.1.0",
52 "aws-sdk": "^2.153.0",
53 "bunyan": "^1.8.12",
54 "chalk": "^2.3.0",
55 "google-play-scraper": "^4.0.0",
56 "klaw": "^2.1.1",
57 "lodash": "^4.17.4",
58 "minimist": "^1.2.0",
59 "rimraf": "^2.6.2",
60 "semver": "^5.4.1",
61 "superagent": "^3.8.1",
62 "tar": "^4.0.2",
63 "xml2js": "^0.4.19"
64 }
65}