axp-ts/package.json
2023-09-19 22:43:11 +03:00

28 lines
520 B
JSON

{
"name": "axp-ts",
"version": "1.9.9",
"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"
},
"main": "dist/index.js",
"files": [
"dist",
"tsconfig.ts"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"zod": "^3.22.1"
},
"devDependencies": {
"prettier": "^2.8.8",
"typescript": "^4.9.5"
}
}