upend/tools/upend_js/package.json

17 lines
346 B
JSON

{
"name": "upend",
"version": "0.0.1",
"description": "Client library to interact with the UpEnd system.",
"scripts": {
"build": "tsc",
"test": "ava"
},
"author": "Tomáš Mládek <t@mldk.cz>",
"license": "MIT",
"devDependencies": {
"ava": "^3.15.0",
"typescript": "^4.4.4"
},
"packageManager": "yarn@3.1.1"
}