21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "@advdominion/babel-plugin-nunjucks",
|
|
"version": "3.0.2",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.optiweb.ru/public/frontend.git"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"nunjucks": "^3.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
}
|