axp-ts/package.json

28 lines
520 B
JSON
Raw Normal View History

2023-07-11 09:53:08 +03:00
{
"name": "axp-ts",
2023-09-19 22:43:11 +03:00
"version": "1.9.9",
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": {
2023-08-17 09:20:12 +03:00
"zod": "^3.22.1"
2023-07-11 09:53:08 +03:00
},
"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"
}
}