hyperpop.js/package.json
2021-09-22 19:32:38 -03:00

27 lines
658 B
JSON

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