32 lines
723 B
JSON
32 lines
723 B
JSON
{
|
|
"name": "@internationalized/number",
|
|
"version": "3.5.3",
|
|
"description": "Internationalized number formatting and parsing utilities",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"exports": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/import.mjs",
|
|
"require": "./dist/main.js"
|
|
},
|
|
"types": "dist/types.d.ts",
|
|
"source": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adobe/react-spectrum"
|
|
},
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "b77d7d594dff4dcfb5359bffbcfd18142b146433"
|
|
}
|