UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-proxy",
3 "version": "1.4.5",
4 "description": "Ionic CLI plugin for proxying all CLI HTTP requests",
5 "homepage": "https://ionic.io/",
6 "author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
7 "main": "./dist/index.js",
8 "types": "./dist/main.d.ts",
9 "scripts": {
10 "clean": "rm -rf ./dist",
11 "lint": "tslint --config ../../../tslint.js --project tsconfig.json --type-check",
12 "build": "npm run clean && tsc",
13 "watch": "tsc -w",
14 "test": "jest",
15 "prepublishOnly": "npm run build"
16 },
17 "keywords": [
18 "ionic",
19 "cordova",
20 "ionic framework",
21 "ionicframework",
22 "ionic cordova",
23 "mobile",
24 "backend",
25 "app",
26 "hybrid",
27 "cordova",
28 "native",
29 "phonegap"
30 ],
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/ionic-team/ionic-cli.git"
34 },
35 "bugs": {
36 "url": "https://github.com/ionic-team/ionic-cli/issues"
37 },
38 "files": [
39 "dist/"
40 ],
41 "license": "MIT",
42 "jest": {
43 "moduleFileExtensions": [
44 "ts",
45 "js"
46 ],
47 "transform": {
48 ".(ts)": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js"
49 },
50 "testRegex": "/__tests__/.*\\.(ts|js)$"
51 },
52 "dependencies": {
53 "@ionic/cli-utils": "1.9.1",
54 "superagent-proxy": "^1.0.2",
55 "tslib": "^1.7.1"
56 },
57 "devDependencies": {
58 "@ionic/cli-scripts": "0.3.3"
59 }
60}