@hancleee/babel-plugin-react-native-pxtodp
Version:
35 lines (34 loc) • 806 B
JSON
{
"name": "@hancleee/babel-plugin-react-native-pxtodp",
"version": "1.0.8",
"description": "react native px to dp",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test:babel": "node ./test/index.js"
},
"keywords": [
"react native",
"pxtodp",
"px2dp"
],
"author": "Hancle",
"license": "ISC",
"homepage": "https://github.com/HancleLee/babel-plugin-react-native-pxtodp#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/HancleLee/babel-plugin-react-native-pxtodp.git"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/core": "^7.12.9",
"@babel/parser": "^7.21.3"
},
"devDependencies": {}
}