@hadss/hmrouter-plugin
Version:
HMRouter Compiler Plugin
50 lines • 1.45 kB
JSON
{
"name": "@hadss/hmrouter-plugin",
"version": "1.2.3-rc.0",
"description": "HMRouter Compiler Plugin",
"main": "dist/Index.js",
"scripts": {
"test:unit": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' TEST_ENV='unit' mocha",
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",
"dev": "tsc && node dist/index.js",
"build": "tsc",
"package": "rm -rf ./dist && npm i && npx tsc && npm pack",
"release": "rm -rf ./dist && npm i && npx tsc && npm publish --access public"
},
"keywords": [
"hmrouter",
"harmonyos",
"openharmony"
],
"author": "DTSE",
"license": "Apache-2.0",
"dependencies": {
"ejs": "^3.1.10",
"micromatch": "^4.0.8",
"ts-morph": "^23.0.0"
},
"devDependencies": {
"@ohos/hvigor": "^5.8.9",
"@ohos/hvigor-ohos-plugin": "^5.8.9",
"typescript": "4.9.5",
"@types/chai": "^4.3.19",
"@types/ejs": "^3.1.5",
"@types/micromatch": "^4.0.9",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.6",
"chai": "^4.5.0",
"cross-env": "^7.0.3",
"mocha": "^10.7.3",
"ts-node": "^10.9.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"homepage": "https://gitcode.com/openharmony-sig/ohrouter",
"repository": {
"type": "git",
"url": "https://gitcode.com/openharmony-sig/ohrouter.git",
"directory": "HMRouterPlugin"
}
}