UNPKG

@hubs101/js-api-skd-client

Version:
63 lines (62 loc) 1.88 kB
{ "name": "@hubs101/js-api-skd-client", "version": "1.0.10542", "author": "Liveware", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.ts\"", "lint": "eslint --ext .ts .", "prepare": "npm run build", "n-version": "git pull && npm run build && git commit -m \"update api\" -a --no-verify && npm version patch && npm publish", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "new-version": "git pull ; npm run build ; git commit -m \"update api\" -a --no-verify ; npm version patch && npm publish", "delete:all": "rm -rf node_modules/ && rm -rf package-lock.json && npm cache clean --force" }, "meta": {}, "description": "Package for easy access to Event App API", "repository": { "type": "git", "url": "git+https://github.com/We-Conect/hubs101-js-api-skd-client.git" }, "keywords": [ "We-Conect", "Liveware", "EventApp" ], "license": "ISC", "dependencies": { "@types/react": "*", "react": "^18.2.0" }, "peerDependencies": { "react": "^18.2.0" }, "main": "lib/index", "react-native": "lib/index", "types": "lib/index.d.ts", "source": "src/index", "directories": { "test": "test" }, "devDependencies": { "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^46.6.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.33.2", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "files": [ "lib/**/*" ] }