2023-07-11 09:53:08 +03:00
|
|
|
{
|
|
|
|
"name": "axp-ts",
|
2023-07-11 09:57:34 +03:00
|
|
|
"version": "1.9.6",
|
2023-07-11 09:53:08 +03:00
|
|
|
"description": "TypeScript helper library",
|
|
|
|
"author": "AntoXa PRO <info@antoxa.pro>",
|
2023-07-11 09:56:58 +03:00
|
|
|
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://antoxahub.ru/antoxa/axp-ts.git"
|
|
|
|
},
|
2023-07-11 09:53:08 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"tsconfig.ts"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"prepare": "npm run build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"zod": "^3.21.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-11 09:56:58 +03:00
|
|
|
"prettier": "^2.8.8",
|
2023-07-11 09:53:08 +03:00
|
|
|
"typescript": "^4.9.5"
|
|
|
|
}
|
|
|
|
}
|