UNPKG

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