@18ys/god
Version:
prefer to a global Object that can set some data to it, because vue3 don't have the global Object Vue.
28 lines (27 loc) • 692 B
JSON
{
"name": "@18ys/god",
"version": "1.0.2",
"description": "prefer to a global Object that can set some data to it, because vue3 don't have the global Object Vue.",
"main": "src/index.ts",
"keywords": ["god", "global"],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@types/node": "^14.14.19",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"rollup": "^2.35.1",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3"
},
"scripts": {
"dev": "rollup -c -w",
"test": "mocha",
"build": "rollup -c"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:18sby/god.git"
}
}