This commit is contained in:
2023-07-11 09:53:08 +03:00
commit 7c7077a44a
16 changed files with 862 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "axp-ts",
"version": "1.9.5",
"description": "TypeScript helper library",
"author": "AntoXa PRO <info@antoxa.pro>",
"main": "dist/index.js",
"files": [
"dist",
"tsconfig.ts"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.7",
"typescript": "^4.9.5"
}
}