1
Fork 0
rollup-plugin-cheap-ts/package.json

27 lines
547 B
JSON
Raw Normal View History

2018-11-10 16:42:15 +00:00
{
2018-11-12 15:03:21 +00:00
"name": "rollup-plugin-cheap-ts",
2020-05-31 23:11:03 +00:00
"version": "1.1.1",
2018-11-12 15:03:21 +00:00
"private": true,
"description": "A small, hacky Rollup plugin for TypeScript",
"files": [
"index.js"
],
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/Conduitry/rollup-plugin-cheap-ts.git"
},
"author": "Conduitry",
"license": "MIT",
"bugs": {
"url": "https://github.com/Conduitry/rollup-plugin-cheap-ts/issues"
},
2020-05-31 23:06:41 +00:00
"homepage": "https://conduitry.dev/cheap-ts",
2018-11-12 15:03:21 +00:00
"peerDependencies": {
"rollup": "*",
"typescript": "*"
}
2018-11-10 16:42:15 +00:00
}