init
parents
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
docs/README.md
0 → 100644
docs/config.md
0 → 100644
docs/guide/README.md
0 → 100644
package.json
0 → 100644
{ | |||
"name": "mxm-fzm-service", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"axios": "^0.26.0", | |||
"typescript": "^4.5.5" | |||
}, | |||
"devDependencies": { | |||
"rollup": "^2.68.0", | |||
"rollup-plugin-babel": "^4.4.0", | |||
"rollup-plugin-commonjs": "^10.1.0", | |||
"rollup-plugin-eslint": "^7.0.0", | |||
"rollup-plugin-node-resolve": "^5.2.0", | |||
"rollup-plugin-terser": "^7.0.2", | |||
"rollup-plugin-typescript2": "^0.31.2", | |||
"vuepress": "^1.9.7" | |||
} | |||
} |
rollup.config.ts
0 → 100644
src/index.ts
0 → 100644
src/service.config.ts
0 → 100644
src/users.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment