@travetto/compiler
Version:
The compiler infrastructure for the Travetto framework
55 lines (54 loc) • 1.07 kB
JSON
{
"name": "@travetto/compiler",
"version": "6.0.1",
"description": "The compiler infrastructure for the Travetto framework",
"keywords": [
"compiler",
"travetto",
"typescript"
],
"homepage": "https://travetto.io",
"license": "MIT",
"author": {
"email": "travetto.framework@gmail.com",
"name": "Travetto Framework"
},
"files": [
"__index__.ts",
"src",
"bin",
"support",
"tsconfig.trv.json"
],
"main": "__index__.ts",
"bin": {
"trvc": "bin/trvc.js"
},
"repository": {
"url": "git+https://github.com/travetto/travetto.git",
"directory": "module/compiler"
},
"dependencies": {
"@parcel/watcher": "^2.5.1",
"@travetto/manifest": "^6.0.0",
"@travetto/transformer": "^6.0.0"
},
"peerDependencies": {
"@travetto/cli": "^6.0.0"
},
"peerDependenciesMeta": {
"@travetto/cli": {
"optional": true
}
},
"travetto": {
"displayName": "Compiler",
"roles": [
"compile"
]
},
"private": false,
"publishConfig": {
"access": "public"
}
}