| 
									
										
										
										
											2016-06-05 23:24:11 +02:00
										 |  |  | import "typings-global"; | 
					
						
							|  |  |  | import * as plugins from "./npmci.plugins"; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export let cwd = process.cwd(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-05 23:27:19 +02:00
										 |  |  | export let NpmciPackageRoot = plugins.path.join(__dirname,"../"); | 
					
						
							| 
									
										
										
										
											2016-06-07 03:57:43 +02:00
										 |  |  | export let NpmciPackageConfig = plugins.path.join(NpmciPackageRoot,"./config.json"); | 
					
						
							| 
									
										
										
										
											2016-06-07 10:21:56 +02:00
										 |  |  | export let NpmciProjectDir = cwd; | 
					
						
							|  |  |  | export let NpmciTestDir = plugins.path.join(cwd,"./test"); |