44 lines
923 B
JSON
44 lines
923 B
JSON
{
|
|
"name": "axp-ts",
|
|
"version": "1.13.0",
|
|
"description": "TypeScript helper library",
|
|
"author": "AntoXa PRO <info@antoxa.pro>",
|
|
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://antoxahub.ru/antoxa/axp-ts.git"
|
|
},
|
|
"module": "./dist/index.mjs",
|
|
"main": "./dist/index.umd.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"requier": "./dist/index.umd.js"
|
|
},
|
|
"./dist/*": "./dist/*",
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json",
|
|
"./tsconfig.json": "./tsconfig.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"tsconfig.json"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepare": "npm run build"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.6.2",
|
|
"vite": "^4.5.5",
|
|
"vite-plugin-dts": "^3.9.1"
|
|
}
|
|
}
|