babel-preset-evergreen
Version:
A `babel` preset for modern javascript syntaxes
82 lines • 1.95 kB
JSON
{
"name": "babel-preset-evergreen",
"version": "0.12.0",
"description": "A `babel` preset for modern javascript syntaxes",
"license": "MIT",
"author": {
"name": "Eric Chen"
},
"keywords": [
"babel",
"babel-preset",
"best-shot",
"browser",
"core-js",
"evergreen",
"polyfill",
"preset",
"script",
"shim",
"transform"
],
"homepage": "https://github.com/best-shot/babel-preset-evergreen",
"repository": {
"type": "git",
"url": "git+https://github.com/best-shot/babel-preset-evergreen.git"
},
"bugs": {
"url": "https://github.com/best-shot/babel-preset-evergreen/issues"
},
"main": "index.mjs",
"files": [
"mini.mjs"
],
"type": "module",
"dependencies": {
"@babel/helper-plugin-utils": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"babel-plugin-polyfill-corejs3": "^1.0.0",
"core-js": "^3.49.0",
"core-js-compat": "^3.49.0",
"miniprogram-compat": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@bring-it/npm": "^0.9.3",
"@nice-move/all-in-base": "^0.8.6",
"ava": "^8.0.1",
"eslint": "^9.39.4",
"garou": "^0.9.21",
"prettier": "~3.8.4",
"typescript": "~6.0.3"
},
"peerDependencies": {
"@babel/core": "^8.0.1"
},
"engines": {
"node": ">=20.18.0",
"pnpm": "^10.28.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"ava": {
"extensions": [
"mts"
]
},
"prettier": "@nice-move/prettier-config",
"x-readme": {
"logo": "https://cdn.jsdelivr.net/gh/babel/logo/babel.png"
},
"scripts": {
"lint:eslint": "eslint . --quiet --fix --concurrency=auto",
"lint:staged": "nice-move lint staged",
"lint:type": "tsc -p tsconfig.json",
"lint:version": "syncpack lint",
"snapshot": "ava --fail-fast -u -w",
"test": "ava --fail-fast",
"version:pin": "syncpack fix-mismatches"
}
}