upend/tools/upend_js/package.json

15 lines
305 B
JSON
Raw Normal View History

2021-11-11 23:37:42 +01:00
{
"name": "upend",
"version": "0.0.1",
"description": "Client library to interact with the UpEnd system.",
"scripts": {
"build": "tsc"
2021-11-11 23:37:42 +01:00
},
"author": "Tomáš Mládek <t@mldk.cz>",
"license": "MIT",
"devDependencies": {
"typescript": "^4.4.4"
},
"packageManager": "yarn@3.1.0"
2021-11-11 23:37:42 +01:00
}