33 lines
758 B
JSON
33 lines
758 B
JSON
{
|
|
"name": "@vexip-ui/utils",
|
|
"version": "2.16.4",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"author": "qmhc",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/index.cjs",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vexip-ui/vexip-ui.git",
|
|
"directory": "common/utils"
|
|
},
|
|
"homepage": "https://github.com/vexip-ui/vexip-ui/tree/main/common/utils#readme",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest run",
|
|
"test:cover": "vitest run --coverage",
|
|
"test:dev": "vitest dev"
|
|
}
|
|
} |