@hugo-lml/hr-net-table
Version:
Custom Table from HRnet OC project
51 lines (50 loc) • 1.11 kB
JSON
{
"name": "@hugo-lml/hr-net-table",
"version": "1.0.13",
"description": "Custom Table from HRnet OC project",
"main": "dist/index.cjs",
"module": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./dist/index.css": "./dist/index.css"
},
"scripts": {
"build": "tsup --tsconfig tsconfig.json"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"tsup": "^8.5.0",
"typescript": "~5.7.2"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hugo-LML/OC_HRnet_Table.git"
},
"keywords": [
"OpenClassrooms",
"HRnet",
"React",
"Table"
],
"author": "hugo-lml",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hugo-LML/OC_HRnet_Table/issues"
},
"homepage": "https://github.com/Hugo-LML/OC_HRnet_Table#readme"
}