| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "@radix-ui/number",
- "version": "1.1.1",
- "license": "MIT",
- "source": "./src/index.ts",
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "publishConfig": {
- "main": "./dist/index.js",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "import": {
- "types": "./dist/index.d.mts",
- "default": "./dist/index.mjs"
- },
- "require": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- }
- }
- }
- },
- "files": [
- "dist",
- "README.md"
- ],
- "sideEffects": false,
- "scripts": {
- "lint": "eslint --max-warnings 0 src",
- "clean": "rm -rf dist",
- "version": "yarn version"
- },
- "devDependencies": {
- "@repo/eslint-config": "0.0.0",
- "@repo/typescript-config": "0.0.0",
- "eslint": "^9.18.0",
- "typescript": "^5.7.3"
- },
- "homepage": "https://radix-ui.com/primitives",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/radix-ui/primitives.git"
- },
- "bugs": {
- "url": "https://github.com/radix-ui/primitives/issues"
- },
- "exports": {
- ".": {
- "import": {
- "types": "./dist/index.d.mts",
- "default": "./dist/index.mjs"
- },
- "require": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- }
- }
- },
- "types": "./dist/index.d.ts"
- }
|