@devpow112/babel-config
Version:
Shareable babel configuration
69 lines (68 loc) • 1.95 kB
JSON
{
"name": "@devpow112/babel-config",
"version": "1.2.5",
"description": "Shareable babel configuration",
"keywords": [
"babel-config"
],
"homepage": "https://github.com/devpow112/babel-config#readme",
"bugs": {
"url": "https://github.com/devpow112/babel-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devpow112/babel-config.git"
},
"license": "MIT",
"author": "Devon Powell <devon.f.powell@gmail.com>",
"exports": {
"./node-12": "./src/node-12.js",
"./node-12.js": "./src/node-12.js",
"./node-14": "./src/node-14.js",
"./node-14.js": "./src/node-14.js",
"./node-16": "./src/node-16.js",
"./node-16.js": "./src/node-16.js",
"./node-18": "./src/node-18.js",
"./node-18.js": "./src/node-18.js",
"./node-20": "./src/node-20.js",
"./node-20.js": "./src/node-20.js"
},
"files": [
"src/**/*.js"
],
"scripts": {
"fix": "run-s -s fix:js fix:md fix:pkg",
"fix:js": "npm run -s lint:js -- --fix",
"fix:md": "npm run -s lint:md -- --fix",
"fix:pkg": "sort-package-json",
"lint": "run-s -s lint:git lint:js lint:md lint:pkg",
"lint:git": "commitlint --from origin/main --to HEAD",
"lint:js": "eslint",
"lint:md": "markdownlint . --ignore-path .gitignore",
"lint:pkg": "npm run -s fix:pkg -- --check"
},
"dependencies": {
"@babel/cli": "^7",
"@babel/preset-env": "^7",
"babel-plugin-add-module-exports": "^1"
},
"devDependencies": {
"@commitlint/cli": "^19",
"@devpow112/commitlint-config": "^2",
"@devpow112/eslint-config": "^4",
"@devpow112/semantic-release-config": "^3",
"@eslint/compat": "^1",
"eslint": "^9",
"markdownlint-cli": "^0.45",
"npm-run-all": "^4",
"semantic-release": "^24",
"sort-package-json": "^3"
},
"engines": {
"node": ">=12.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}