UNPKG

@ha4us/script.adapter

Version:

Scripting Adapter for the ha4us

43 lines (42 loc) 1 kB
{ "name": "@ha4us/script.adapter", "version": "0.9.1", "description": "Scripting Adapter for the ha4us", "main": "dist/index.js", "author": "ulfalfa", "license": "MIT", "keywords": [ "ha4us", "scripts" ], "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf dist && tsc -p src/tsconfig.main.json", "lint": "tslint --project tsconfig.json", "watch": "nodemon" }, "devDependencies": { "@types/babel-core": "^6.25.6", "@types/cheerio": "^0.22.7", "@types/chokidar": "^1.7.5", "@types/got": "^8.3.1", "@types/luxon": "^0.5.2", "@types/watch": "^1.0.0" }, "dependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@ha4us/adapter": "^1.5.1", "@ha4us/core": "^1.1.0", "cheerio": "^1.0.0-rc.2", "got": "^8.3.1", "us-scheduler": "^3.0.1", "winston": "^2.3.1" }, "peerDependencies": { "rxjs": "6.x" }, "gitHead": "91eb7e0f98f5dc6340cbb4e44e58544593668273" }