You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
492 B

{
"name": "rollup-plugin-preprocessor",
"version": "1.0.0",
"description": "A Rollup plugin that adds a C-like preprocessor to Javascript.",
"main": "src/main.js",
"type": "module",
"scripts": {
"test": "pushd test; rollup -c"
},
"keywords": ["rollup", "rollup-plugin", "c", "preprocessor"],
"author": "Ruthenic",
"license": "WTFPL",
"dependencies": {
"estree-walker": "^3.0.1",
"recast": "^0.21.2"
},
"peerDependencies": {
"rollup": "^2.78.1"
}
}