2021-09-22 22:16:57 +00:00
|
|
|
{
|
2021-11-15 21:59:07 +00:00
|
|
|
"name": "@suttyweb/hyperpop",
|
2021-11-15 22:12:37 +00:00
|
|
|
"version": "0.1.1",
|
2021-09-22 22:16:57 +00:00
|
|
|
"description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas",
|
2021-11-15 21:59:07 +00:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2021-09-22 22:16:57 +00:00
|
|
|
"scripts": {
|
2021-09-22 22:32:17 +00:00
|
|
|
"build": "tsc",
|
2021-11-15 21:59:07 +00:00
|
|
|
"prepublish": "tsc",
|
2021-09-22 22:32:17 +00:00
|
|
|
"watch-build": "tsc --watch",
|
|
|
|
"format": "prettier --write .",
|
|
|
|
"check-format": "prettier --check .",
|
2021-09-22 22:16:57 +00:00
|
|
|
"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>",
|
2021-11-15 21:59:07 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2021-09-22 22:32:17 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
"typescript": "^4.4.3"
|
|
|
|
}
|
2021-09-22 22:16:57 +00:00
|
|
|
}
|