UNPKG

@shipengine/connect-loader

Version:

Internal library for loading ShipEngine Connect apps

65 lines 1.73 kB
{ "name": "@shipengine/connect-loader", "version": "3.9.8", "description": "Internal library for loading ShipEngine Connect apps", "keywords": [ "shipengine", "connect", "app" ], "author": { "name": "ShipEngine", "email": "connect@shipengine.com", "url": "https://connect.shipengine.com" }, "license": "Apache-2.0", "homepage": "https://connect.shipengine.com", "repository": { "type": "git", "url": "https://github.com/ShipEngine/connect-loader.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "yarn build:ts", "bump": "yarn version:bump", "clean": "yarn build:clean", "coverage": "yarn test:coverage", "format": "prettier --single-quote --trailing-comma=all --write \"src/**/*.ts\"", "lint": "prettier --single-quote --trailing-comma=all --check \"src/**/*.ts\"", "release": "yarn version:release", "test": "mocha && yarn lint", "watch": "yarn build:watch" }, "engines": { "node": ">=14.0.0" }, "engineStrict": true, "devDependencies": { "@types/chai": "^4.2.14", "@types/hapi__joi": "^17.1.7", "@types/js-yaml": "^3.12.5", "@types/json5": "0.0.30", "@types/mocha": "^9.0.0", "@types/node": "^14.17.15", "@types/source-map-support": "^0.5.3", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "json-schema": "^0.2.5", "mocha": "^9.1.1", "nyc": "^15.1.0", "prettier": "^2.4.0", "shx": "^0.3.3", "typescript": "^4.3.5" }, "dependencies": { "@shipengine/connect-sdk": "12.18.7", "js-yaml": "^3.14.1", "json5": "^2.1.3", "resolve-from": "^5.0.0", "source-map-support": "^0.5.20" } }