babel-plugin-tester
Version:
Utilities for testing babel plugins
116 lines (115 loc) • 4.26 kB
JSON
{
"name": "babel-plugin-tester",
"version": "12.0.0",
"description": "Utilities for testing babel plugins",
"keywords": [
"babel",
"plugin",
"tester"
],
"homepage": "https://github.com/babel-utils/babel-plugin-tester#readme",
"bugs": {
"url": "https://github.com/babel-utils/babel-plugin-tester/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel-utils/babel-plugin-tester.git"
},
"license": "MIT",
"maintainers": [
"Bernard <me@bernarddickens.dev> (https://bernarddickens.dev)",
"Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)"
],
"sideEffects": false,
"type": "commonjs",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./pure": {
"types": "./dist/src/plugin-tester.d.ts",
"default": "./dist/src/plugin-tester.js"
},
"./package": "./package.json",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"index": [
"dist/src/index.d.ts"
],
"pure": [
"dist/src/plugin-tester.d.ts"
],
"package": [
"package.json"
]
}
},
"files": [
"/dist",
"/LICENSE",
"/package.json",
"/README.md"
],
"scripts": {
"build": "npm run build:dist --",
"build:changelog": "symbiote build changelog --env NODE_NO_WARNINGS=1",
"build:dist": "symbiote build distributables --env NODE_NO_WARNINGS=1 --not-multiversal --skip-bijective 'test/fixtures/.+$'",
"build:docs": "symbiote build docs --env NODE_NO_WARNINGS=1 --options --gitRemote upstream --entries 'src/**/*.ts' 'test/util.ts' 'types/**/*.ts'",
"clean": "symbiote clean --env NODE_NO_WARNINGS=1",
"format": "symbiote format --env NODE_NO_WARNINGS=1 --hush",
"info": "symbiote project info --env NODE_NO_WARNINGS=1",
"lint": "npm run lint:package --",
"lint:package": "symbiote lint --env NODE_NO_WARNINGS=1 --hush",
"lint:packages": "symbiote lint --env NODE_NO_WARNINGS=1 --hush --scope unlimited",
"lint:project": "symbiote project lint --env NODE_NO_WARNINGS=1",
"list-tasks": "symbiote list-tasks --env NODE_NO_WARNINGS=1 --scope this-package",
"prepare": "symbiote project prepare --env NODE_NO_WARNINGS=1",
"release": "symbiote release --env NODE_NO_WARNINGS=1",
"renovate": "symbiote project renovate --env NODE_NO_WARNINGS=1 --github-reconfigure-repo --regenerate-assets --assets-preset lib",
"renovate:aliases": "symbiote project renovate --env NODE_NO_WARNINGS=1 --regenerate-assets --assets-preset lib --only-aliases",
"start": "symbiote start --env NODE_NO_WARNINGS=1 --",
"test": "npm run test:package:unit --",
"test:package:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --coverage",
"test:package:e2e": "symbiote test --env NODE_NO_WARNINGS=1 --tests e2e-local",
"test:package:integration": "symbiote test --env NODE_NO_WARNINGS=1 --tests integration",
"test:package:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type",
"test:packages:all": "symbiote test --env NODE_NO_WARNINGS=1 --tests all-local --scope unlimited --coverage",
"test:packages:all:unit": "symbiote test --env NODE_NO_WARNINGS=1 --tests unit type --scope unlimited --coverage"
},
"dependencies": {
"@-xun/fs": "^2.0.0",
"core-js": "^3.43.0",
"lodash.mergewith": "^4.6.2",
"prettier": "^3.5.3",
"pretty-format": "^30.0.0",
"rejoinder": "^2.0.1",
"strip-indent~3": "npm:strip-indent@^3.0.0",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@-xun/project": "^2.0.4",
"@-xun/symbiote": "^4.4.4",
"@-xun/types": "^1.1.0",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/lodash.mergewith": "^4.6.9",
"jest-extended": "^6.0.0",
"semver": "^7.7.2",
"strip-ansi~6": "npm:strip-ansi@^6.0.1",
"toss-expression": "^0.1.2"
},
"peerDependencies": {
"@babel/core": ">=7.22.0"
},
"engines": {
"node": "^20.18.0 || ^22.12.0 || >=23.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}