UNPKG

627 BJSONView Raw
1{
2 "name": "@cto.ai/sdk",
3 "version": "2.1.0",
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 "author": "",
13 "license": "ISC",
14 "files": [
15 "dist"
16 ],
17 "dependencies": {
18 "@oclif/config": "^1.12.10",
19 "@types/fs-extra": "^8.0.1",
20 "@types/node": "^12.0.4",
21 "axios": "^0.19.0",
22 "chalk": "^2.4.2",
23 "cli-ux": "^5.3.3",
24 "fs-extra": "^8.1.0",
25 "terminal-link": "^1.3.0"
26 },
27 "devDependencies": {
28 "typescript": "^3.7.2"
29 }
30}