Can we define custom config properties

define custom property in package.json, like
“config”: {
“posts_per_page”: 10,
“test”: “test”
}

and use it {{@config.test}}

it does not work now