rosetty-solid
Version:
[](https://codeclimate.com/github/qlaffont/rosetty-solid/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/a777c53f5370b6900930/test_cover
63 lines • 1.7 kB
JSON
{
"version": "5.0.0",
"license": "MIT",
"main": "./dist/index.cjs",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/qlaffont/rosetty-solid.git"
},
"bugs": {
"url": "https://github.com/qlaffont/rosetty-solid/issues",
"email": "contact@qlaffont.com"
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "bunx bunup && bun ./scripts/copy-solid-entry.ts",
"test": "bun test --conditions browser",
"test:coverage": "bun test --conditions browser --coverage --coverage-reporter=lcov --coverage-dir=coverage",
"lint": "oxlint src test bunup.config.ts scripts",
"format": "oxfmt src test bunup.config.ts scripts",
"format:check": "oxfmt --check src test bunup.config.ts scripts"
},
"name": "rosetty-solid",
"author": "Quentin Laffont",
"module": "./dist/index.js",
"devDependencies": {
"@formatjs/intl-durationformat": "^0.10.8",
"@solidjs/testing-library": "^0.8.10",
"bun-types": "^1.3.13",
"bunup": "^0.16.31",
"date-fns": "^4.1.0",
"happy-dom": "^20.9.0",
"oxfmt": "^0.49.0",
"oxlint": "^1.64.0",
"rosetty": "^5.0.0",
"solid-js": "^1.9.12",
"typescript": "^6.0.3"
},
"peerDependencies": {
"solid-js": "^1.8",
"date-fns": "^3.3 || ^4.0.0",
"rosetty": "^5.0.0"
},
"types": "./dist/index.d.ts",
"exports": {
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"type": "module",
"packageManager": "bun@1.3.13"
}