vista-co
Version:
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "vista-co",
"version": "2.0.5",
"description": "vista 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/vista-co.git"
},
"keywords": [
"vista",
"axios",
"togtokh.dev"
],
"author": "TOGTOKH.DEV",
"license": "ISC",
"bugs": {
"url": "https://github.com/togtokh-dev/vista-co/issues"
},
"homepage": "https://github.com/togtokh-dev/vista-co/#readme",
"dependencies": {
"axios": "^1.6.2",
"axios-master": "2.0.2",
"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"
}
}