@capacitor/clipboard
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@capacitor/clipboard", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "The Clipboard API enables copy and pasting to/from the system clipboard.", | ||
@@ -8,2 +8,16 @@ "main": "dist/plugin.js", | ||
"types": "dist/esm/index.d.ts", | ||
"author": "Ionic <hi@ionicframework.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ionic-team/capacitor-plugins" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ionic-team/capacitor-plugins/issues" | ||
}, | ||
"keywords": [ | ||
"capacitor", | ||
"plugin", | ||
"native" | ||
], | ||
"scripts": { | ||
@@ -20,3 +34,3 @@ "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"docgen": "docgen --api ClipboardPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"clean": "rimraf ./dist", | ||
@@ -26,8 +40,6 @@ "watch": "tsc --watch", | ||
}, | ||
"author": "Ionic <hi@ionicframework.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-alpha.5", | ||
"@capacitor/core": "^3.0.0-alpha.5", | ||
"@capacitor/docgen": "^0.0.5", | ||
"@capacitor/docgen": "^0.0.6", | ||
"@capacitor/ios": "^3.0.0-alpha.5", | ||
@@ -49,7 +61,7 @@ "@ionic/eslint-config": "^0.3.0", | ||
}, | ||
"keywords": [ | ||
"capacitor", | ||
"plugin", | ||
"native" | ||
], | ||
"prettier": "@ionic/prettier-config", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"eslintConfig": { | ||
"extends": "@ionic/eslint-config/recommended" | ||
}, | ||
"capacitor": { | ||
@@ -63,15 +75,6 @@ "ios": { | ||
}, | ||
"prettier": "@ionic/prettier-config", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"eslintConfig": { | ||
"extends": "@ionic/eslint-config/recommended" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ionic-team/capacitor-plugins" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "eaee5bc8694bd2fbd8f6ad937e48b11c788f39a5" | ||
"gitHead": "e2856f5d9d77b26a16ebe2a5e5708832a7ff063b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
147474
50
684
0