hellonevaehworld-sdk
Version:
Universal Hello World SDK for web and mobile applications
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "hellonevaehworld-sdk",
"version": "1.0.4",
"description": "Universal Hello World SDK for web and mobile applications",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"react-native": "dist/react-native.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && vite build"
},
"keywords": [
"hello-world",
"sdk",
"universal",
"web",
"mobile",
"react",
"react-native",
"typescript"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/react": "^18.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-native": {
"optional": true
}
}
}