UNPKG

719 BJSONView Raw
1{
2 "name": "@cto.ai/sdk",
3 "version": "2.3.1",
4 "description": "",
5 "main": "./dist/index.js",
6 "typings": "./dist/index.d.ts",
7 "scripts": {
8 "prepublishOnly": "npm run build",
9 "build": "rm -rf dist/ && tsc",
10 "postversion": "git push"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/cto-ai/sdk-js.git"
15 },
16 "author": "",
17 "license": "ISC",
18 "files": [
19 "dist"
20 ],
21 "dependencies": {
22 "@oclif/config": "^1.12.10",
23 "@types/fs-extra": "^8.0.1",
24 "@types/node": "^12.0.4",
25 "axios": "^0.19.0",
26 "chalk": "^2.4.2",
27 "cli-ux": "^5.3.3",
28 "fs-extra": "^8.1.0",
29 "terminal-link": "^1.3.0"
30 },
31 "devDependencies": {
32 "typescript": "^3.7.2"
33 }
34}