@import-meta-env/babel
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@import-meta-env/babel", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Load environment variables into import.meta.env object", | ||
@@ -10,2 +10,5 @@ "license": "MIT", | ||
], | ||
"keywords": [ | ||
"babel-plugin" | ||
], | ||
"main": "dist/index.js", | ||
@@ -22,2 +25,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0", | ||
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0" | ||
@@ -28,2 +32,5 @@ }, | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8" | ||
}, | ||
"scripts": { | ||
@@ -33,5 +40,5 @@ "build": "rimraf dist bin && pnpm build-bundle", | ||
"release": "standard-version -t babel --releaseCommitMessageFormat 'chore(release): @import-meta-env/babel@{{currentTag}}' --path . && pnpm build", | ||
"test": "echo \"no test (run babel-starter-example's test instead)\"" | ||
"test": "jest" | ||
}, | ||
"readme": "# @import-meta-env/babel\n\n[Documentation](https://iendeavor.github.io/import-meta-env/)\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
11607
2
3
1