native-fn
Version:
46 lines (45 loc) • 961 B
JSON
{
"name": "native-fn",
"version": "1.0.26",
"description": " ",
"scripts": {
"build": "rollup -c"
},
"author": "pjy",
"license": "MIT",
"type": "module",
"main": "dist/native.cjs",
"module": "dist/native.mjs",
"browser": "dist/native.umd.js",
"types": "dist/index.d.ts",
"exports": {
"require": "./dist/native.cjs",
"import": "./dist/native.mjs",
"default": "./dist/native.umd.js"
},
"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",
"engine",
"messenger",
"os",
"theme",
"theme color",
"theme-color"
],
"devDependencies": {
"rollup": "^4.45.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^12.1.4",
"typescript": "^5.4.5"
}
}