clipboard-copy-element/package.json

64 строки
2.0 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2018-02-28 01:20:01 +03:00
{
"name": "@github/clipboard-copy-element",
2020-01-20 19:28:38 +03:00
"version": "1.1.2",
2018-02-28 01:20:01 +03:00
"description": "Copy element text content or input values to the clipboard.",
"repository": "github/clipboard-copy-element",
2020-05-21 23:10:07 +03:00
"main": "dist/index.js",
"type": "module",
"module": "dist/index.js",
"types": "dist/index.d.ts",
2023-06-08 17:13:50 +03:00
"exports": {
".": "./dist/index.js",
"./define": "./dist/index.js",
2023-06-08 17:28:45 +03:00
"./clipboard-copy": "./dist/clipboard-copy-element.js",
"./clipboard-copy/define": "./dist/clipboard-copy-element-define.js"
2023-06-08 17:13:50 +03:00
},
2018-02-28 01:20:01 +03:00
"scripts": {
"clean": "rm -rf dist",
2020-05-23 00:21:48 +03:00
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
2023-06-08 17:13:50 +03:00
"lint:fix": "npm run lint -- --fix",
"prebuild": "npm run clean && npm run lint && mkdir dist",
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
"build": "tsc && npm run bundle && npm run manifest",
2019-08-08 13:20:58 +03:00
"prepublishOnly": "npm run build",
2023-06-08 17:13:50 +03:00
"pretest": "npm run build",
"test": "web-test-runner",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
"manifest": "custom-elements-manifest analyze"
2018-02-28 01:20:01 +03:00
},
2018-03-28 22:11:08 +03:00
"keywords": [
"clipboard"
],
2018-02-28 01:20:01 +03:00
"license": "MIT",
2018-03-28 22:11:08 +03:00
"files": [
2020-05-21 23:10:07 +03:00
"dist"
2018-03-28 22:11:08 +03:00
],
2020-05-21 23:10:07 +03:00
"prettier": "@github/prettier-config",
2018-02-28 01:20:01 +03:00
"devDependencies": {
2023-06-08 17:13:50 +03:00
"@custom-elements-manifest/analyzer": "^0.8.3",
"@github/prettier-config": "^0.0.6",
"@open-wc/testing": "^3.1.8",
"@web/dev-server-esbuild": "^0.4.1",
Bump the npm_and_yarn group with 7 updates Bumps the npm_and_yarn group with 7 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [body-parser](https://github.com/expressjs/body-parser) | `1.19.2` | `1.20.3` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [socket.io](https://github.com/socketio/socket.io) | `4.6.1` | `4.7.5` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Updates `body-parser` from 1.19.2 to 1.20.3 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/1.19.2...1.20.3) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `socket.io` from 4.6.1 to 4.7.5 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/4.6.1...4.7.5) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: body-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: socket.io dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 01:00:01 +03:00
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
2019-01-07 23:35:11 +03:00
"chai": "^4.2.0",
2022-01-29 03:53:56 +03:00
"chromium": "^3.0.3",
2023-06-08 17:13:50 +03:00
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
"eslint-plugin-custom-elements": "^0.0.8",
"eslint-plugin-github": "^4.8.0",
"karma": "^6.3.16",
2018-04-17 23:10:02 +03:00
"karma-chai": "^0.1.0",
2019-10-08 17:51:23 +03:00
"karma-chrome-launcher": "^3.1.0",
2020-05-21 23:10:07 +03:00
"karma-mocha": "^2.0.1",
2018-04-17 23:10:02 +03:00
"karma-mocha-reporter": "^2.2.5",
"mocha": "^10.1.0",
2020-05-21 23:10:07 +03:00
"rollup": "^1.32.1",
2023-06-08 17:13:50 +03:00
"typescript": "^5.1.3"
2019-02-25 12:43:01 +03:00
},
"eslintIgnore": [
"dist/"
2023-06-08 17:13:50 +03:00
],
"customElements": "custom-elements.json"
2018-02-28 01:20:01 +03:00
}