sichqon
Version:
Create tunnel with your react application
65 lines • 1.59 kB
JSON
{
"name": "sichqon",
"version": "0.1.1",
"description": "Create tunnel with your react application",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json"
],
"keywords": [
"react",
"tunnel",
"tunnel-rat",
"next",
"mice",
"sichqon"
],
"author": "Ogabek Yuldoshev <https://github.com/OgabekYuldoshev>",
"repository": {
"type": "git",
"url": "git+https://github.com/OgabekYuldoshev/sichqon.git"
},
"bugs": {
"url": "https://github.com/OgabekYuldoshev/sichqon/issues"
},
"homepage": "https://github.com/OgabekYuldoshev/sichqon#readme",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^19.0.0",
"simple-git-hooks": "^2.11.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"unbuild": "^3.3.1"
},
"peerDependencies": {
"react": "^19.0.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "unbuild",
"lint": "pnpm biome check --write ./src",
"test": "jest",
"ci": "pnpm build && yarn test",
"release": "pnpm run ci && pnpm changeset publish"
}
}