45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "twitteroauth",
|
|
"version": "0.0.0",
|
|
"description": "The most popular PHP library for use with the Twitter OAuth REST API.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/abraham/twitteroauth.git"
|
|
},
|
|
"author": "Abraham Williams <abraham@abrah.am>",
|
|
"homepage": "https://github.com/abraham/twitteroauth#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/abraham/twitteroauth/issues"
|
|
},
|
|
"scripts": {
|
|
"fix": "concurrently npm:fix:*",
|
|
"fix:phpcbf": "./vendor/bin/phpcbf src tests --standard=PSR12",
|
|
"fix:prettier": "prettier . --write",
|
|
"lint": "concurrently npm:lint:*",
|
|
"lint:phpcs": "./vendor/bin/phpcs src tests --standard=PSR12",
|
|
"lint:prettier": "prettier . --check",
|
|
"postinstall": "composer install --no-interaction",
|
|
"test": "./vendor/bin/phpunit"
|
|
},
|
|
"keywords": [
|
|
"twitter",
|
|
"api",
|
|
"oauth",
|
|
"rest",
|
|
"social",
|
|
"twitter-api",
|
|
"twitter-oauth"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@prettier/plugin-php": "0.16.0",
|
|
"concurrently": "^5.3.0",
|
|
"prettier": "2.2.1",
|
|
"prettier-plugin-package": "1.3.0"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
}
|
|
}
|