rollup-plugin-data-qa
Version:
[](https://www.npmjs.com/package/rollup-plugin-data-qa) [](https://github.com/semantic-releas
88 lines (87 loc) • 2.45 kB
JSON
{
"name": "rollup-plugin-data-qa",
"version": "1.0.17",
"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",
"example:install": "cd examples && yarn install",
"example:sync": "cd examples && yarn sync",
"example:test": "cd examples && yarn test",
"type-check": "tsc --noEmit",
"build": "rollup -c",
"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": "4.17.21",
"magic-string": "0.30.17"
},
"devDependencies": {
"@optimize-lodash/rollup-plugin": "4.0.1",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@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",
"@testing-library/jest-dom": "5.16.4",
"@types/jest": "27.0.2",
"@types/jsdom": "16.2.10",
"@types/lodash": "4.14.191",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@zerollup/ts-transform-paths": "1.7.18",
"eslint": "7.28.0",
"husky": "8.0.1",
"jest": "27.3.1",
"jest-transform-stub": "2.0.0",
"lint-staged": "10.3.0",
"nodemon": "^3.1.10",
"prettier": "2.3.1",
"rollup": "2.58.0",
"rollup-plugin-cleaner": "1.0.0",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "21.0.0",
"ts-jest": "27.0.7",
"ttypescript": "1.5.15",
"typescript": "4.7.3"
},
"engines": {
"node": ">=18"
}
}