UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-core",
3 "version": "0.0.3",
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/tsc",
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/app-generators": "0.0.4",
51 "@ionic/cli-utils": "^0.0.3",
52 "archiver": "^1.3.0",
53 "chalk": "^1.1.3",
54 "opn": "^4.0.2",
55 "superagent": "^3.4.1"
56 },
57 "peerDependencies": {
58 "@ionic/app-scripts": "^1.0.1"
59 },
60 "files": [
61 "dist/"
62 ]
63}