16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"name": "preval.macro",
|
|
"version": "4.0.0",
|
|
"description": "Pre-evaluate code at build-time with babel-macros",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"babel-macros",
|
|
"babel-plugin-macros"
|
|
],
|
|
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-plugin-preval": "^4.0.0"
|
|
}
|
|
}
|