UNPKG

737 BJSONView Raw
1{
2 "name": "@accounts/oauth-twitter",
3 "version": "0.3.0-beta.20",
4 "license": "MIT",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "start": "tsc --watch",
9 "compile": "tsc",
10 "prepublishOnly": "yarn compile",
11 "testonly": "jest",
12 "coverage": "jest --coverage"
13 },
14 "jest": {
15 "transform": {
16 ".(ts|tsx)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
17 },
18 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
19 "moduleFileExtensions": [
20 "ts",
21 "js"
22 ]
23 },
24 "dependencies": {
25 "oauth": "^0.9.15"
26 },
27 "devDependencies": {
28 "@types/jest": "23.0.2",
29 "@types/node": "9.6.15",
30 "@types/oauth": "^0.9.0",
31 "jest": "23.1.0"
32 }
33}