hrnet-modal-p14
Version:
A package for the project 14 of OpenClassrooms called HrNet
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "hrnet-modal-p14",
"version": "1.0.17",
"description": "A package for the project 14 of OpenClassrooms called HrNet",
"keywords": [
"hrnet",
"modal"
],
"homepage": "https://github.com/HussonAxel/hrNet-modal-package",
"bugs": {
"url": "https://github.com/HussonAxel/hrNet-modal-package/issues"
},
"author": "Axel HUSSON",
"repository": {
"type": "git",
"url": "git+https://github.com/HussonAxel/hrNet-modal-package.git"
},
"files": [
"dist"
],
"type": "module",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@changesets/cli": "^2.28.1",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"prettier": "^3.5.3",
"react": "*",
"react-dom": "*",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"ci": "npm run build && npm run check-format && npm run check-exports && npm run test",
"format": "prettier --write .",
"check-format": "prettier --check .",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"test": "vitest run",
"dev": "vitest",
"local-release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}