Repository URL to install this package:
|
Version:
0.1.0 ▾
|
@fbinhouse/volvo-oxp-lib
/
package.json
|
|---|
{
"name": "@fbinhouse/volvo-oxp-lib",
"version": "0.1.0",
"description": "A TypeScript API client and helper lib for the Volvo OXP Content Services API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run lint && tsc",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://mikeaevans@bitbucket.org/fbinhouse/volvo-oxp-lib.git"
},
"publishConfig": {
"registry": "https://npm.fury.io/fbinhouse/"
},
"author": "Michael Evans",
"license": "ISC",
"homepage": "https://bitbucket.org/fbinhouse/volvo-oxp-lib#readme",
"devDependencies": {
"@types/request": "^2.48.1",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"dependencies": {
"request": "^2.88.0"
}
}