UNPKG

935 BJSONView Raw
1{
2 "name": "twitter-v1-oauth",
3 "version": "1.0.3",
4 "description": "OAuth 1.0a authorization header for Twitter API",
5 "main": "lib/index.js",
6 "scripts": {
7 "lint": "eslint src",
8 "test": "jest --coverage",
9 "test:watch": "jest --coverage --watch",
10 "build": "tsc",
11 "build:watch": "tsc --watch"
12 },
13 "license": "MIT",
14 "keywords": [
15 "twitter",
16 "api",
17 "oauth",
18 "authorization"
19 ],
20 "files": [
21 "lib"
22 ],
23 "author": "Mauricio Robayo <rfmajo@gmail.com> (https://www.mauriciorobayo.com)",
24 "devDependencies": {
25 "@types/jest": "^26.0.23",
26 "@types/node": "^16.0.0",
27 "@typescript-eslint/eslint-plugin": "^4.28.2",
28 "@typescript-eslint/parser": "^4.28.2",
29 "axios": "^0.21.1",
30 "dotenv": "^10.0.0",
31 "eslint": "^7.30.0",
32 "eslint-config-prettier": "^8.3.0",
33 "jest": "^27.0.6",
34 "prettier": "^2.3.2",
35 "ts-jest": "^27.0.3",
36 "typescript": "^4.3.5"
37 }
38}