UNPKG

@buurman/sdk

Version:

The buurman SDK

52 lines (51 loc) 1.45 kB
{ "name": "@buurman/sdk", "version": "0.1.0", "description": "The buurman SDK", "keywords": [ "buurman", "sdk" ], "author": "Rik Hoffbauer <Rikhoffbauer@gmail.com>", "homepage": "", "license": "MIT", "main": "lib/index.js", "main:ts": "src/index.ts", "types": "lib/src/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "scripts": { "test": "jest -c ../../../jest.config.json --testMatch './**/*.spec.ts' --rootDir '.'", "clean": "rimraf lib", "prebuild": "npm run clean", "build": "rollup -c ../../../rollup.config.js", "start": "rollup -w -c ../../../rollup.config.js" }, "dependencies": { "@buurman/commons": "^0.1.0", "@types/fs-extra": "^8.0.1", "@types/inquirer": "^6.5.0", "@types/lodash.template": "^4.4.6", "@types/node": "^13.7.1", "@types/ramda": "^0.26.41", "axios": "^0.19.2", "comment-json": "^3.0.2", "execa": "^4.0.0", "fs-extra": "^8.1.0", "inquirer": "^7.0.4", "lodash.template": "^4.5.0", "ramda": "^0.27.0", "registry-url": "^5.1.0", "typescript": "^3.7.5" }, "gitHead": "ef53d5590176d46091ca4b3a67c2effa9e37c6bd" }