52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "redux-token-auth",
|
|
"version": "0.13.0",
|
|
"description": "Redux actions and reducers to integrate with Devise Token Auth",
|
|
"main": "dist/index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kylecorbelli/redux-token-auth.git"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"redux",
|
|
"auth",
|
|
"authentication",
|
|
"token",
|
|
"devise",
|
|
"oauth"
|
|
],
|
|
"author": "Kyle Corbelli",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^20.0.8",
|
|
"codecov": "^2.3.0",
|
|
"jest": "^21.0.0",
|
|
"ts-jest": "^21.0.1",
|
|
"typescript": "^2.5.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"redux": "^3.7.2"
|
|
}
|
|
}
|