UNPKG

@capacitor/core

Version:

Capacitor: Cross-platform apps with JavaScript and the web

56 lines (55 loc) 1.59 kB
{ "name": "@capacitor/core", "version": "3.5.1", "description": "Capacitor: Cross-platform apps with JavaScript and the web", "homepage": "https://capacitorjs.com", "author": "Ionic Team <hi@ionic.io> (https://ionic.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ionic-team/capacitor.git" }, "bugs": { "url": "https://github.com/ionic-team/capacitor/issues" }, "files": [ "dist/", "types/", "cordova.js" ], "main": "dist/index.cjs.js", "module": "dist/index.js", "types": "types/index.d.ts", "unpkg": "dist/capacitor.js", "scripts": { "build": "npm run clean && npm run transpile && npm run rollup", "build:nativebridge": "tsc native-bridge.ts --target es2017 --moduleResolution node --outDir build && rollup --config rollup.bridge.config.js", "clean": "rimraf dist", "prepublishOnly": "npm run build", "rollup": "rollup --config rollup.config.js", "transpile": "tsc", "test": "jest", "test.watch": "jest --watchAll", "test.treeshaking": "node src/tests/build-treeshaking.js" }, "dependencies": { "tslib": "^2.1.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-replace": "^2.4.2", "@types/jest": "^26.0.4", "jest": "^26.1.0", "rimraf": "^3.0.2", "rollup": "^2.21.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.0.5" }, "jest": { "preset": "ts-jest" }, "publishConfig": { "access": "public" }, "gitHead": "009064dbf01cbc5900bbc16053b6d7535ad4c2b4" }