@staroverlay/sdk
Version:
SDK for the StarOverlay API
64 lines (63 loc) • 1.59 kB
JSON
{
"name": "@staroverlay/sdk",
"author": "sammwy",
"description": "SDK for the StarOverlay API",
"version": "0.1.0",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.(js|ts)\"",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "eslint src --fix --ext .js,.ts",
"test": "jest --config jest.config.js",
"prepare": "husky install && yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"version": "yarn format && git add -A src",
"postversion": "git push && git push --tags",
"ts-jest": "ts-jest"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test"
}
},
"module": "lib/index.esm.js",
"dependencies": {},
"devDependencies": {
"@types/jest": "29.2.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-plugin-jest": "^27.1.7",
"husky": "^8.0.2",
"jest": "^29.3.1",
"prettier": "2.8.1",
"ts-jest": "^29.1.5",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/staroverlay/libSDK.git"
},
"bugs": {
"url": "https://github.com/staroverlay/libSDK/issues"
},
"keywords": [
"sdk",
"api",
"staroverlay",
"twitch-client",
"twitch-api",
"twitch-widget"
]
}