UNPKG

@iro/wechat-adapter

Version:

A super small adapter for wechat mini game.

48 lines 1.41 kB
{ "name": "@iro/wechat-adapter", "version": "1.2.6", "description": "A super small adapter for wechat mini game.", "main": "dist/wechat-adapter.min.js", "module": "dist/wechat-adapter.es.js", "browserslist": [ "android >= 5", "ios >= 8" ], "repository": { "type": "git", "url": "git+https://github.com/JetLua/wechat-adapter.git" }, "keywords": [ "wechat-mini-game", "adapter", "wechat-mini-program" ], "author": "JetLu", "license": "MIT", "bugs": { "url": "https://github.com/JetLua/wechat-adapter/issues" }, "homepage": "https://github.com/JetLua/wechat-adapter#readme", "devDependencies": { "@babel/core": "^7.22.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-export-default-from": "^7.22.5", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/plugin-transform-runtime": "^7.22.7", "@babel/preset-env": "^7.22.7", "@babel/runtime": "^7.22.6", "@babel/runtime-corejs3": "^7.22.6", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "build": "rm -fr dist & rollup -c", "test": "echo \"Error: no test specified\" && exit 1" } }