tools/package.json
2025-10-16 22:12:14 +05:00

28 lines
617 B
JSON

{
"name": "@ametatools/tools",
"version": "1.0.1-dev-1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"author": "Maidanov M. D.",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://192.168.0.10:3002/Strife/tools.git"
},
"publishConfig": {
"registry": "http://192.168.0.10:3002/api/packages/strife/npm/"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.8.0",
"jest": "^30.2.0",
"ts-jest": "^29.4.5"
}
}