hyperpop.js/package.json

28 lines
658 B
JSON
Raw Normal View History

2021-09-22 22:16:57 +00:00
{
"name": "hyperpop",
"version": "0.0.0",
"description": "Un cliente de API de https://github.com/TangoSoftware/ApiTiendas",
"main": "index.js",
"scripts": {
2021-09-22 22:32:17 +00:00
"build": "tsc",
"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-09-22 22:32:17 +00:00
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
2021-09-22 22:16:57 +00:00
}