UNPKG

1.99 kBJSONView Raw
1{
2 "name": "@reallyland/really-clipboard-copy",
3 "version": "1.1.2",
4 "description": "Copy content to clipboard",
5 "keywords": [
6 "clipboard",
7 "clipboard-copy",
8 "copy",
9 "copy-paste",
10 "lit-element",
11 "lit-html",
12 "polymer",
13 "really",
14 "really-clipboard-copy",
15 "reallyland",
16 "typescript",
17 "web-components"
18 ],
19 "homepage": "https://github.com/reallyland/really-clipboard-copy",
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:reallyland/really-clipboard-copy.git"
23 },
24 "license": "MIT",
25 "author": {
26 "name": "Rong Sen Ng (motss)",
27 "email": "wes.ngrongsen@gmail.com",
28 "url": "https://github.com/motss"
29 },
30 "files": [
31 "dist/*.d.ts.map",
32 "dist/*.d.ts",
33 "dist/*.js.map",
34 "dist/*.js"
35 ],
36 "main": "./dist/really-clipboard-copy.js",
37 "module": "./dist/really-clipboard-copy.js",
38 "typings": "./dist/really-clipboard-copy.d.ts",
39 "scripts": {
40 "build": "npm run ts -- -p tsconfig.prod.json",
41 "clean": "rm -rf dist/",
42 "lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish",
43 "lint:debug": "tslint --project tsconfig.json --config tslint.json --format stylish",
44 "prepublishOnly": "rm -rf dist/ && npm run build",
45 "test": "npm run lint && npm run ts && wct --config-file wct.config.json",
46 "test:ci": "wct --config-file wct.config.ci.json",
47 "test:sl": "wct --config-file wct.config.sl.json",
48 "ts": "tsc",
49 "watch": "npm run ts -- --watch"
50 },
51 "dependencies": {
52 "lit-element": "^2.1.0",
53 "lit-html": "^1.0.0"
54 },
55 "devDependencies": {
56 "@messageflow/tslint-config": "^1.3.0",
57 "@reallyland/tsconfig": "^1.0.0",
58 "@types/chai": "^4.1.7",
59 "@types/mocha": "^5.2.6",
60 "chai": "^4.2.0",
61 "mocha": "^5.2.0",
62 "tslint": "^5.15.0",
63 "typescript": "^3.4.5",
64 "wct-mocha": "^1.0.0"
65 },
66 "engines": {
67 "node": ">= 8.16.0",
68 "npm": ">= 6.4.1"
69 },
70 "publishConfig": {
71 "access": "public"
72 }
73}