@advdominion/babel-plugin-nunjucks
This commit is contained in:
20
packages/babel-plugin-nunjucks/package.json
Normal file
20
packages/babel-plugin-nunjucks/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@advdominion/babel-plugin-nunjucks",
|
||||
"version": "3.0.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.optiweb.ru/public/frontend.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"nunjucks": "^3.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user