front-sdk
Version:
A JavaScript API for Front (https://frontapp.com)
68 lines (67 loc) • 1.84 kB
JSON
{
"name": "front-sdk",
"version": "0.8.2",
"description": "A JavaScript API for Front (https://frontapp.com)",
"homepage": "https://github.com/resin-io-modules/front-sdk#readme",
"main": "build/index.js",
"types": "lib/index.ts",
"keywords": [
"resin",
"typescript"
],
"author": "Heds Simons <hedley@resin.io>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/resin-io-modules/front-sdk.git"
},
"bugs": {
"url": "https://github.com/resin-io-modules/front-sdk/issues"
},
"scripts": {
"build": "gulp build",
"lint": "gulp tslint",
"test": "gulp tslint && gulp test",
"prepublish": "npm run build"
},
"devDependencies": {
"@octokit/rest": "^16.20.0",
"@types/body-parser": "^1.19.0",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-string": "^1.4.2",
"@types/express": "^4.17.7",
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.54",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-util": "^3.0.8",
"mocha": "^8.1.2",
"mocha-junit-reporter": "^2.0.0",
"ngrok": "^3.2.7",
"tslint": "^4.5.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/bluebird-global": "^3.0.1",
"@types/lodash": "^4.14.54",
"@types/request": "^2.48.1",
"@types/request-promise": "^4.1.42",
"bluebird": "^3.5.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"lodash": "^4.17.2",
"request": "^2.79.0",
"request-promise": "^4.2.2",
"typed-error": "^3.2.1"
},
"versionist": {
"publishedAt": "2022-02-03T08:50:37.076Z"
}
}