{ "name": "@suttyweb/hyperpop", "version": "0.4.0", "description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas", "license": "SEE LICENSE IN LICENSE", "scripts": { "build": "tsc", "prepublish": "tsc", "watch-build": "tsc --watch", "format": "prettier --write .", "check-format": "prettier --check .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitea.nulo.in/Sutty/hyperpop.js" }, "keywords": [ "tango", "api" ], "author": "Sutty ", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "prettier": "^2.4.1", "typescript": "^4.4.3" } }