psn-wrapper
Version:
A not official PSN API Wrapper
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "psn-wrapper",
"version": "1.0.5",
"license": "MIT",
"author": "Henrique martins de souza",
"description": "A not official PSN API Wrapper",
"repository": {
"type": "git",
"url": "https://github.com/henriquemsouza/psn-wrapper.git"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint src/ --ext .ts",
"start": "ts-node src/index.ts",
"start:temp": "ts-node temp/index.ts",
"clean": "rm -rf dist/ && rm -rf .build/",
"build": "yarn clean && tsc"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"ts-node": "^10.3.0",
"tslint": "^6.1.3",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.24.0"
},
"keywords": [
"api",
"psn"
]
}