@ffsm/native-animate
Version:
Simple animation for React Native, only React native and JavaScript
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "@ffsm/native-animate",
"version": "0.0.1",
"description": "Simple animation for React Native, only React native and JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "S3Tech <s3tech.vn@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/ffsmio/ffsmio-native-animate.git"
},
"keywords": [
"react-native",
"animate",
"animation",
"native",
"native-animate",
"native-animation",
"javascript",
"typescript",
"react-native-animation",
"react-native-animate"
],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"private": false,
"devDependencies": {
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"react-native": "^0.78.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": "^19.0.0",
"react-native": "^0.78.0"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc",
"prepublish": "npm run clean && npm run build"
}
}