UNPKG

1.75 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "3.17.0-alpha.44c5992d",
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.1.0-alpha.44c5992d",
48 "@ionic/cli-utils": "1.17.0-alpha.44c5992d",
49 "chalk": "^2.3.0",
50 "opn": "^5.1.0",
51 "os-name": "^2.0.1",
52 "rimraf": "^2.6.2",
53 "semver": "^5.3.0",
54 "tslib": "^1.8.0"
55 },
56 "devDependencies": {
57 "@ionic/cli-scripts": "0.4.0-alpha.44c5992d",
58 "@types/opn": "^3.0.28",
59 "@types/rimraf": "^2.0.2"
60 },
61 "jest": {
62 "globals": {
63 "ts-jest": {
64 "tsConfigFile": "tsconfig.json"
65 }
66 },
67 "moduleFileExtensions": [
68 "ts",
69 "js"
70 ],
71 "transform": {
72 ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
73 },
74 "testRegex": "/__tests__/.*\\.(ts|js)$"
75 }
76}