UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@ionic/cli-plugin-package",
3 "version": "0.0.1-alpha.76eb8ad1",
4 "description": "Ionic Package Plugin for Ionic CLI",
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 "cloud",
20 "ionic framework",
21 "ionicframework",
22 "ionic cloud",
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 "dependencies": {
40 "@ionic/cli-utils": "^0.0.1-alpha.76eb8ad1",
41 "chalk": "^1.1.3"
42 },
43 "files": [
44 "dist/"
45 ],
46 "jest": {
47 "moduleFileExtensions": [
48 "ts",
49 "js"
50 ],
51 "transform": {
52 "^.+\\.(ts)$": "<rootDir>/preprocessor.js"
53 },
54 "testRegex": "/__tests__/.*\\.(ts|js)$"
55 }
56}