@callstack/repack-plugin-reanimated
Version:
A plugin for @callstack/repack that integrates react-native-reanimated
61 lines • 1.41 kB
JSON
{
"name": "@callstack/repack-plugin-reanimated",
"version": "5.2.3",
"description": "A plugin for @callstack/repack that integrates react-native-reanimated",
"author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
"license": "MIT",
"homepage": "https://github.com/callstack/repack",
"repository": "github:callstack/repack",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"loader"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./loader": {
"types": "./loader/index.d.ts",
"default": "./loader/index.js"
}
},
"keywords": [
"repack",
"re.pack",
"plugin",
"repack-plugin",
"reanimated",
"react-native-reanimated"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engineStrict": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"semver": "^7.7.2"
},
"peerDependencies": {
"@babel/core": "^7.20",
"@callstack/repack": "5.2.3"
},
"devDependencies": {
"@rspack/core": "^1.6.0",
"@types/babel__core": "7.20.5",
"@types/node": "^20",
"@types/semver": "^7.7.0",
"webpack": "^5.99.9",
"@callstack/repack": "5.2.3"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit"
}
}