upend/sdks/js/package.json

33 lines
765 B
JSON

{
"name": "@upnd/upend",
"version": "0.4.1",
"description": "Client library to interact with the UpEnd system.",
"scripts": {
"build": "tsc --build --verbose",
"test": "pnpm build && ava",
"lint": "eslint ."
},
"author": "Tomáš Mládek <t@mldk.cz>",
"license": "AGPL-3.0",
"files": [
"**/*.ts",
"**/*.js",
"**/*.wasm"
],
"devDependencies": {
"@types/debug": "^4.1.8",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"ava": "^3.15.0",
"eslint": "^8.7.0",
"eslint-plugin-ava": "^14.0.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@upnd/wasm-node": "^0.1.0",
"@upnd/wasm-web": "^0.1.0",
"debug": "^4.3.4",
"lru-cache": "^7.0.0"
}
}