UNPKG

853 BJSONView Raw
1{
2 "name": "@accounts/oauth-twitter",
3 "version": "0.1.0-alpha.fb3effeb",
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 "mapCoverage": true
24 },
25 "dependencies": {
26 "oauth": "^0.9.15"
27 },
28 "devDependencies": {
29 "@accounts/common": "^0.1.0-alpha.fb3effeb",
30 "@accounts/server": "^0.1.0-alpha.fb3effeb"
31 },
32 "peerDependencies": {
33 "@accounts/common": "^0.1.0",
34 "@accounts/server": "^0.1.0"
35 }
36}