UNPKG

1.71 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "3.20.0-alpha.4c304367",
4 "description": "A tool for creating and developing Ionic Framework mobile apps.",
5 "homepage": "https://ionicframework.com",
6 "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
7 "bin": {
8 "ionic": "./bin/ionic"
9 },
10 "engines": {
11 "node": ">=6.4.0"
12 },
13 "main": "./dist/index.js",
14 "types": "./dist/index.d.ts",
15 "scripts": {
16 "clean": "rm -rf ./dist",
17 "lint": "tslint --config ../../tslint.js --project tsconfig.json --type-check",
18 "build": "npm run clean && tsc",
19 "watch": "tsc -w",
20 "test": "jest",
21 "prepublishOnly": "npm run build"
22 },
23 "files": [
24 "bin/",
25 "dist/"
26 ],
27 "keywords": [
28 "ionic",
29 "ionic framework",
30 "ionicframework",
31 "mobile",
32 "app",
33 "hybrid",
34 "cordova",
35 "native",
36 "phonegap"
37 ],
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/ionic-team/ionic-cli.git"
41 },
42 "bugs": {
43 "url": "https://github.com/ionic-team/ionic-cli/issues"
44 },
45 "license": "MIT",
46 "dependencies": {
47 "@ionic/cli-framework": "0.2.0-alpha.4c304367",
48 "@ionic/cli-utils": "1.20.0-alpha.4c304367",
49 "chalk": "^2.3.0",
50 "opn": "^5.1.0",
51 "semver": "^5.3.0",
52 "tslib": "^1.8.0",
53 "update-notifier": "^2.3.0"
54 },
55 "devDependencies": {
56 "@types/opn": "^5.1.0",
57 "@types/update-notifier": "^1.0.2"
58 },
59 "jest": {
60 "globals": {
61 "ts-jest": {
62 "tsConfigFile": "tsconfig.json"
63 }
64 },
65 "moduleFileExtensions": [
66 "ts",
67 "js"
68 ],
69 "transform": {
70 ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
71 },
72 "testRegex": "/__tests__/.*\\.(ts|js)$"
73 }
74}