UNPKG

1.7 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "3.18.0-alpha.553524db",
4 "description": "A tool for creating and developing Ionic Framework mobile apps.",
5 "homepage": "http://ionicframework.com/",
6 "author": "Ionic Team <hi@ionic.io> (http://ionic.io) ",
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.553524db",
48 "@ionic/cli-utils": "1.18.0-alpha.553524db",
49 "chalk": "^2.3.0",
50 "opn": "^5.1.0",
51 "os-name": "^2.0.1",
52 "semver": "^5.3.0",
53 "tslib": "^1.8.0"
54 },
55 "devDependencies": {
56 "@ionic/cli-scripts": "0.4.0-alpha.553524db",
57 "@types/opn": "^3.0.28"
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}