eze-link
Version:
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "eze-link",
"version": "0.2.0",
"description": "Eze-Link",
"main": "dist/index.js",
"source": "src/index.ts",
"private": false,
"engines": {
"node": ">=14"
},
"type": "module",
"scripts": {
"build": "rm -rf dist && rollup -c --exports auto",
"prod": "yarn build && node ./scripts/publish.js && git push"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/react": "^18.0.33",
"babel-loader": "^8.2.5",
"rollup": "^2.79.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.8.4"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"keywords": [
"eze-link",
"axios",
"react",
"react-native",
"react-query",
"react-query-devtools"
],
"tags": [
"eze-link"
],
"repository": {
"type": "git",
"url": "https://github.com/Owl3CM/Eze-Link.git"
},
"homepage": "https://github.com/Owl3CM/Eze-Link",
"bugs": {
"url": "https://github.com/Owl3CM/Eze-Link/issues"
},
"peerDependencies": {}
}