auth-mn
Version:
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "auth-mn",
"version": "0.1.6",
"description": "Auth.mn API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-ts": "rm -rf ./dist && npx tsc",
"build": "npx tsc",
"debug": "npm run build && npm run watch-debug",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/togtokh-dev/auth-mn.git"
},
"keywords": [
"auth.mn",
"axios",
"togtokh.dev"
],
"author": "TOGTOKH.DEV",
"license": "ISC",
"bugs": {
"url": "https://github.com/togtokh-dev/auth-mn/issues"
},
"homepage": "https://github.com/togtokh-dev/auth-mn/#readme",
"dependencies": {
"axios": "^1.6.2",
"axios-master": "^2.0.1",
"https": "^1.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0"
},
"publishConfig": {
"access": "public"
}
}