native-fn
Version:
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "native-fn",
"version": "1.0.14",
"description": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"author": "",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"require": "dist/index.cjs",
"module": "dist/index.mjs",
"umd": "dist/index.umd.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"umd": "./dist/index.umd.js",
"types": "./dist/src/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "https://github.com/pjy0509/native-fn"
},
"homepage": "https://pjy0509.github.io/example/native-fn/",
"keywords": [
"app",
"app loader",
"app launcher",
"app-loader",
"app-launcher",
"appearance",
"camera",
"engine",
"geolocation",
"keyboard inset",
"keyboard-inset",
"messenger",
"os",
"safe area inset",
"safe-area-inset",
"theme",
"titlebar area",
"titlebar-area"
],
"devDependencies": {
"esbuild": "^0.21.4",
"glob": "^10.4.1",
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5"
}
}