ai-illustwitter-media-kit
Version:
AI Illustwitter Media Kit: high performance image and video processing library.
42 lines • 1.33 kB
JSON
{
"name": "ai-illustwitter-media-kit",
"version": "1.0.42",
"description": "AI Illustwitter Media Kit: high performance image and video processing library.",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"react-native": "src/index",
"source": "src/index",
"types": "src/index.d.ts",
"keywords": ["react-native", "ai-illustwitter", "nitro", "video", "image-to-video", "expo", "skia"],
"author": "Phuong Nguyen <nguyenducphuong@ai-illustwitter.art>",
"license": "MIT",
"homepage": "https://ai-illustwitter.art",
"repository": {
"type": "git",
"url": "git+https://github.com/tsnguyenducphuong/ai-illustwitter-media-kit.git"
},
"bugs": { "url": "https://github.com/tsnguyenducphuong/ai-illustwitter-media-kit/issues" },
"peerDependencies": {
"react-native": ">=0.70.0",
"react-native-nitro-modules": "*"
},
"devDependencies": {
"nitro-codegen": "^0.26.0",
"react-native-nitro-modules": "*"
},
"files": [
"android",
"ios",
"src",
"index.js",
"nitro.json",
"nitrogen/generated",
"AIMediaKit.podspec",
"LICENSE",
"README.md"
],
"scripts": {
"build": "npx nitro-codegen",
"prepublishOnly": "npm run build"
}
}