upend/tools/upend_js/package.json

21 lines
487 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": {
2021-12-17 11:33:09 +01:00
"build": "tsc",
2022-01-28 18:58:34 +01:00
"test": "ava",
"lint": "eslint ."
2021-11-11 23:37:42 +01:00
},
"author": "Tomáš Mládek <t@mldk.cz>",
"license": "MIT",
"devDependencies": {
2022-01-28 18:58:34 +01:00
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
2021-12-17 11:33:09 +01:00
"ava": "^3.15.0",
2022-01-28 18:58:34 +01:00
"eslint": "^8.7.0",
"typescript": "^4.4.4"
},
2021-12-17 11:33:09 +01:00
"packageManager": "yarn@3.1.1"
2021-11-11 23:37:42 +01:00
}