test-securo
Version:
test securo
28 lines (27 loc) • 552 B
JSON
{
"name": "test-securo",
"version": "1.0.7",
"description": "test securo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"tsr"
],
"author": "mlyk",
"license": "ISC",
"dependencies": {
"@types/crypto-js": "^4.1.1",
"axios": "^1.2.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"moment": "^2.29.4"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}