babel-plugin-nunjucks/package.json

22 lines
474 B
JSON
Raw Normal View History

2021-10-04 21:19:14 +03:00
{
2022-02-01 19:07:08 +03:00
"name": "@advdominion/babel-plugin-nunjucks",
2022-12-15 13:35:15 +03:00
"version": "3.0.0",
2022-02-01 19:07:08 +03:00
"type": "module",
"engines": {
"node": "^16.0.0"
},
"packageManager": "yarn@3.1.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/advdominion/babel-plugin-nunjucks"
},
"license": "MIT",
"peerDependencies": {
"@babel/core": "7.x"
},
"dependencies": {
"nunjucks": "^3.2.3"
}
2021-10-04 21:19:14 +03:00
}