telegram-login-button
Version:
React Telegram login button
109 lines (108 loc) • 3.74 kB
JSON
{
"name": "telegram-login-button",
"version": "0.1.0",
"description": "React Telegram login button",
"main": "dist/index.js",
"module": "dist/telegram-login-button.esm.js",
"jsnext:main": "dist/telegram-login-button.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"authors": "tanem-scripts authors > AUTHORS",
"build": "run-s clean compile bundle",
"bundle": "rollup -c",
"changelog": "tanem-scripts changelog -f v$npm_package_version > CHANGELOG.md",
"check:format": "prettier --list-different \"**/*.{js,ts,tsx}\"",
"check:types": "tsc --noEmit",
"clean": "run-p clean:*",
"clean:compiled": "del compiled",
"clean:coverage": "del coverage",
"clean:dist": "del dist",
"compile": "tsc -p tsconfig.base.json",
"format": "prettier --write \"**/*.{js,ts,tsx}\"",
"lint": "eslint . --ext .js,.ts",
"postbundle": "del compiled && cp-cli ./index.js ./dist/index.js",
"postversion": "git push && git push --tags && npm publish",
"release": "npm run version -m 'Release v%s'",
"test": "run-s check:* lint build test:*",
"test:cjs": "jest --config ./scripts/jest/config.cjs.js",
"test:cjsprod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js",
"test:es": "jest --config ./scripts/jest/config.es.js",
"test:src": "jest --config ./scripts/jest/config.src.js",
"test:umd": "jest --config ./scripts/jest/config.umd.js",
"test:umdprod": "jest --config ./scripts/jest/config.umdprod.js",
"version": "run-s test changelog authors && git add ."
},
"repository": {
"type": "git",
"url": "github:thisisamir98/telegram-login-button"
},
"keywords": [
"javascript",
"react",
"typescript"
],
"author": "Amir Ghezelbash <thisisamir98@gmail.com>",
"license": "MIT",
"bugs": {
"url": "github:bardiarastin/telegram-login-button/issues"
},
"homepage": "github:bardiarastin/telegram-login-button",
"peerDependencies": {
"react": ">16.0.0",
"react-dom": ">16.0.0"
},
"dependencies": {
"@babel/runtime": "^7.6.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/core": "7.6.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-transform-runtime": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@types/enzyme": "3.10.3",
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/jest": "24.0.18",
"@types/prop-types": "15.7.2",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@typescript-eslint/eslint-plugin": "2.3.0",
"@typescript-eslint/parser": "2.3.0",
"babel-core": "6.26.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"codecov": "3.7.1",
"cp-cli": "2.0.0",
"cross-env": "6.0.0",
"del-cli": "3.0.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint": "6.4.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"jest": "29.7.0",
"jest-prettyhtml-matchers": "1.17.8",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-test-renderer": "16.9.0",
"regenerator-runtime": "0.13.3",
"rollup": "1.21.4",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "6.2.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-size-snapshot": "0.10.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rollup-plugin-terser": "5.1.2",
"tanem-scripts": "2.0.10",
"ts-jest": "29.1.1",
"typescript": "3.6.3"
}
}