@alvin917/jsbridge-plugin
Version:
jsbridge Compiler Plugin
44 lines (43 loc) • 1.37 kB
JSON
{
"name": "@alvin917/jsbridge-plugin",
"version": "1.0.4",
"description": "jsbridge Compiler Plugin",
"main": "dist/index.js",
"scripts": {
"test:unit": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha 'tests/**/Unit.test.ts'",
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha 'tests/**/*.test.ts'",
"dev": "tsc && node dist/index.js",
"build": "tsc",
"package": "pnpm store prune && npm run build && npm pack && move alvin917*.tgz ../libs",
"publish": "npm publish --access public"
},
"author": "wujun917.happy@163.com",
"license": "ISC",
"keywords": [
"bridge",
"harmonyos",
"openharmony"
],
"dependencies": {
"@alvin917/analyzer-plugin": "^1.0.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@ohos/hvigor": "5.13.1",
"@ohos/hvigor-ohos-plugin": "5.13.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0"
},
"homepage": "https://github.com/Alvin917/jsbridge-harmony.git",
"repository": {
"type": "git",
"url": "https://github.com/Alvin917/jsbridge-harmony.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}