UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-core",
3 "version": "0.0.7",
4 "description": "Ionic CLI Core",
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 "lint": "../../node_modules/.bin/tslint -c ../../tslint.json 'src/**/*.ts'",
11 "build": "npm run lint && npm run clean && ../../node_modules/.bin/webpack",
12 "clean": "rm -rf ./dist",
13 "changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
14 "test": "../../node_modules/.bin/jest",
15 "watch": "npm run clean && ../../node_modules/.bin/tsc --watch"
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/driftyco/ionic-cli.git"
34 },
35 "bugs": {
36 "url": "https://github.com/driftyco/ionic-cli/issues"
37 },
38 "license": "MIT",
39 "jest": {
40 "moduleFileExtensions": [
41 "ts",
42 "js"
43 ],
44 "transform": {
45 "^.+\\.(ts)$": "<rootDir>/preprocessor.js"
46 },
47 "testRegex": "/__tests__/.*\\.(ts|js)$"
48 },
49 "dependencies": {
50 "@ionic/cli-utils": "^0.0.7",
51 "superagent": "^3.4.1"
52 },
53 "devDependencies": {
54 "@ionic/app-generators": "0.0.4",
55 "archiver": "^1.3.0",
56 "chalk": "^1.1.3",
57 "opn": "^4.0.2"
58 },
59 "peerDependencies": {
60 "@ionic/app-scripts": "^1.1.0"
61 },
62 "files": [
63 "dist/"
64 ]
65}