UNPKG

@accounts/oauth-twitter

Version:

33 lines (32 loc) 825 B
{ "name": "@accounts/oauth-twitter", "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "clean": "yarn run -T rimraf lib", "start": "yarn run -T tsc --watch", "precompile": "yarn run clean", "compile": "yarn run -T tsc", "prepublishOnly": "yarn run compile", "testonly": "yarn run -T jest", "coverage": "yarn run -T jest --coverage" }, "files": [ "src", "lib" ], "jest": { "testEnvironment": "node", "preset": "ts-jest" }, "dependencies": { "oauth": "^0.10.0", "tslib": "2.6.2" }, "devDependencies": { "@accounts/oauth": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0", "@types/oauth": "0.9.4" } }