steedos-platform/packages/client/package.json
github-actions 2b2cbd97cd v2.1.72
2022-01-12 13:32:18 +00:00

26 lines
505 B
JSON

{
"private": false,
"name": "@steedos/client",
"version": "2.1.72",
"description": "client lib for steedos",
"main": "lib/index.js",
"scripts": {
"watch": "tsc --watch",
"compile": "tsc",
"prepare": "tsc",
"test": "mocha test/unit/*.ts"
},
"devDependencies": {
"ts-node": "^8.0.3",
"typescript": "3.5.3"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@steedos/filters": "2.1.72",
"node-fetch": "^2.6.1"
}
}