@react-native-youtube-bridge/core
Version:
Core package for react-native-youtube-bridge
50 lines • 1.26 kB
JSON
{
"name": "@react-native-youtube-bridge/core",
"version": "2.1.2",
"description": "Core package for react-native-youtube-bridge",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"package.json"
],
"keywords": [
"react-native",
"ios",
"android",
"youtube",
"react-native-youtube",
"react-native-youtube-bridge",
"youtube-iframe-api",
"react-native-youtube-iframe"
],
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-bridges/react-native-youtube-bridge.git"
},
"author": "saseungmin <dbd02169@naver.com> (https://github.com/saseungmin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-bridges/react-native-youtube-bridge/issues"
},
"homepage": "https://github.com/react-native-bridges/react-native-youtube-bridge#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"tsdown": "^0.12.8"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch ./src",
"typecheck": "tsc --noEmit"
}
}