rollup-plugin-data-qa
Version:
[](https://www.npmjs.com/package/rollup-plugin-data-qa) [](https://github.com/semantic-releas
92 lines (91 loc) • 2.52 kB
JSON
{
"name": "rollup-plugin-data-qa",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "https://github.com/wongnai/rollup-plugin-data-qa.git"
},
"type": "module",
"author": "LINE MAN Wongnai Frontend Team",
"homepage": "https://github.com/wongnai/rollup-plugin-data-qa#readme",
"license": "MIT",
"deploy": "dist",
"keywords": [
"rollup",
"rollup plugin",
"react",
"styled-component",
"e2e",
"data-qa"
],
"main": "./index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"default": "./index.js"
}
},
"scripts": {
"prepare": "husky install",
"lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --ext .tsx,.ts --fix src",
"test": "jest",
"dev": "nodemon",
"type-check": "tsc --noEmit",
"build": "rolldown -c rolldown.config.js",
"release": "yarn build && HUSKY=0 semantic-release",
"postversion": "cp package.json .."
},
"dependencies": {
"@rollup/pluginutils": "5.2.0",
"change-case": "4.1.2",
"estree-walker": "2.0.2",
"lodash-es": "4.18.1",
"magic-string": "0.30.17"
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.1.3",
"@babel/core": "7.29.7",
"@babel/parser": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/preset-react": "7.29.7",
"@babel/preset-typescript": "7.29.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/styled-components": "5.1.36",
"@types/jest": "27.0.2",
"@types/jsdom": "16.2.10",
"@types/lodash-es": "4.17.12",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "7.28.0",
"husky": "8.0.1",
"jest": "27.3.1",
"jest-environment-jsdom": "27.5.1",
"jest-styled-components": "7.2.0",
"jest-transform-stub": "2.0.0",
"lint-staged": "10.3.0",
"nodemon": "^3.1.10",
"prettier": "2.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"rolldown": "1.1.0",
"rolldown-plugin-dts": "0.17.8",
"rollup-plugin-copy": "3.3.0",
"semantic-release": "21.0.0",
"styled-components": "5.3.1",
"ts-jest": "27.0.7",
"typescript": "4.7.3"
},
"engines": {
"node": ">=24"
}
}