@travetto/compiler
Advanced tools
Comparing version 0.0.1 to 0.0.3
require('@travetto/base/bootstrap'); | ||
require('./src/compiler.ts').Compiler.init(process.cwd()); | ||
require('./src/compiler.ts').Compiler.init(process.cwd()); |
{ | ||
"author": { | ||
"name": "Timothy Soehnlin", | ||
"email": "timothy.soehnlin@gmail.com" | ||
}, | ||
"email": "timothy.soehnlin@gmail.com", | ||
"name": "Timothy Soehnlin" | ||
}, | ||
"dependencies": { | ||
"@travetto/base": "0.x.x", | ||
"@types/chokidar": "^1.7.2", | ||
"@types/node": "^8.0.24", | ||
"@types/source-map-support": "^0.4.0", | ||
"chokidar": "^1.7.0", | ||
"farmhash": "^2.0.3", | ||
"source-map-support": "^0.4.16", | ||
"tslib": "^1.7.1" | ||
}, | ||
"description": "", | ||
"license": "ISC", | ||
"main": "index.ts", | ||
"name": "@travetto/compiler", | ||
"repository": { | ||
"url": "https://github.com/travetto/compiler.git" | ||
}, | ||
"dependencies": { | ||
"@travetto/base": "^0.0.1", | ||
"@types/chokidar": "^1.7.2", | ||
"@types/node": "^8.0.24", | ||
"@types/source-map-support": "^0.4.0", | ||
"chokidar": "^1.7.0", | ||
"farmhash": "^2.0.3", | ||
"source-map-support": "^0.4.16", | ||
"tslib": "^1.7.1" | ||
}, | ||
"description": "", | ||
"license": "ISC", | ||
"main": "index.ts", | ||
"name": "@travetto/compiler", | ||
"scripts": {}, | ||
"version": "0.0.1" | ||
}, | ||
"scripts": {}, | ||
"version": "0.0.3" | ||
} |
24248
13
656
+ Added@travetto/base@0.7.3(transitive)
+ Added@travetto/boot@0.7.2(transitive)
+ Added@types/node@11.15.54(transitive)
+ Addedtypescript@3.9.10(transitive)
Updated@travetto/base@0.x.x