@proof-ui/cli-plugin
Advanced tools
Comparing version 0.0.12 to 0.0.13-canary.c812565.0
{ | ||
"name": "@proof-ui/cli-plugin", | ||
"version": "0.0.12", | ||
"version": "0.0.13-canary.c812565.0", | ||
"main": "dist/main.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"build:watch": "tsc --watch" | ||
"build": "tsc -b", | ||
"build:watch": "npm run build -- -w" | ||
}, | ||
"peerDependencies": { | ||
"command-line-application": "^0.1.8" | ||
"command-line-application": "^0.9.6" | ||
}, | ||
@@ -17,6 +17,3 @@ "publishConfig": { | ||
}, | ||
"devDependencies": { | ||
"typescript": "3.5.3" | ||
}, | ||
"gitHead": "48136a2a38190c70b3df798a8c5c58bff2d5e242" | ||
"gitHead": "c8125656ad6aa663becedc58b04cb5527cec3873" | ||
} |
{ | ||
"extends": "../../tsconfig.build.json", | ||
"include": ["src/**/*.ts", "../../typings/**/*"], | ||
"extends": "../../tsconfig.json", | ||
"include": ["src/**/*", "../../typings/**/*"], | ||
"compilerOptions": { | ||
"outDir": "./dist", | ||
"rootDir": "./src" | ||
} | ||
"rootDir": "./src", | ||
"composite": true | ||
}, | ||
"references": [] | ||
} |
110627
0
8
32