UNPKG

babel-plugin-debug-macros

Version:
70 lines 1.65 kB
{ "name": "babel-plugin-debug-macros", "version": "1.0.2", "description": "Debug macros and feature flag stripping", "keywords": [ "babel", "plugin" ], "repository": { "type": "git", "url": "https://github.com/ember-cli/babel-plugin-debug-macros" }, "license": "MIT", "contributors": [ "Chad Hietala <chadhietala@gmail.com>", "Kris Selden <kris.selden@gmail.com>", "Robert Jackson <me@rwjblue.com>" ], "main": "index.js", "files": [ "index.js", "dist/src/" ], "jest": { "testMatch": [ "<rootDir>/dist/tests/**/*-test.js" ] }, "dependencies": { "babel-import-util": "^2.0.2", "semver": "^7.6.0" }, "devDependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "@eslint/js": "^9.0.0", "@types/babel__core": "^7.20.5", "@types/chai": "^4.3.14", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@types/semver": "^7.5.8", "@typescript-eslint/parser": "^7.6.0", "chai": "^4.0.0", "code-equality-assertions": "^0.9.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.1.3", "globals": "^15.0.0", "jest": "^29.7.0", "lerna-changelog": "^2.2.0", "prettier": "^3.2.5", "release-plan": "^0.9.0", "typescript": "^5.4.5" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "engines": { "node": ">=16" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "changelog": "lerna-changelog", "lint": "eslint .", "test": "jest" } }