-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 847 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "native-animator",
"version": "1.0.3",
"description": "Hook to handle finger-following animations on React Native",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rm -rf ./dist && tsc",
"clear": "rm -fr ./dist && rm -rf node_modules && rm -f package-lock.json",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opium-pro/native-animator.git"
},
"author": "opium.pro",
"license": "MIT",
"bugs": {
"url": "https://github.com/opium-pro/native-animator/issues"
},
"homepage": "https://github.com/opium-pro/native-animator#readme",
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-native": "^0.69.5",
"react": "^18.0.0",
"react-native": "^0.69.4",
"typescript": "^4.7.4"
}
}