23 lines
381 B
JSON
23 lines
381 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|