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