lh-sdk
Version:
LassondeHacks REST API SDK in Typescript
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "lh-sdk",
"version": "0.1.0",
"description": "LassondeHacks REST API SDK in Typescript",
"main": "./build/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "tsc && tslint src/**/*.ts && mocha build/test/**/*.js --debug-brk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lassondehacks/LHSDK-ts.git"
},
"keywords": [
"LH",
"SDK",
"Typescript"
],
"author": "Julien Dufresne",
"license": "MIT",
"bugs": {
"url": "https://github.com/lassondehacks/LHSDK-ts/issues"
},
"homepage": "https://github.com/lassondehacks/LHSDK-ts#readme",
"mocha": {
"colors": true
},
"dependencies": {
"@types/chai": "^3.4.35",
"@types/mocha": "^2.2.39",
"@types/request": "0.0.40",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.11",
"grunt-tslint": "^4.0.1",
"mocha": "^3.2.0",
"request": "^2.79.0",
"tslint": "^4.4.2",
"tslint-eslint-rules": "^3.4.0",
"typescript": "^2.1.6"
}
}