hyperpop.js/package.json
2022-06-16 22:21:08 +00:00

29 lines
728 B
JSON

{
"name": "@suttyweb/hyperpop",
"version": "0.2.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 <hi@sutty.nl>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}