{
"private": false,
"name": "@steedos/client",
"version": "2.1.85",
"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.85",
"node-fetch": "^2.6.1"
}
}
-
由 github-actions 创作于3dba6e5f
此项目使用npm管理其依赖关系.
进一步了解