mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
26 lines
505 B
JSON
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"
|
|
}
|
|
}
|