wordpress-api
Version:
70 lines (69 loc) • 1.73 kB
JSON
{
"name": "wordpress-api",
"version": "0.0.6",
"description": "Wordpress API",
"main": "dist/Index.js",
"homepage": "https://github.com/dderevjanik/wordpress-api",
"author": {
"name": "Daniel Derevjanik",
"email": "daniel.derevjanik@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dderevjanik/wordpress-api.git"
},
"keywords": [
"wordpress",
"api",
"wordpress-rest",
"wordpress-rest-api",
"typescript"
],
"typescript": {
"definition": "dist/Index.d.ts"
},
"types": "dist/Index.d.ts",
"typings": "dist/Index.d.ts",
"scripts": {
"app": "node ./dist/Index.js",
"test": "jest",
"testWatch": "jest --watch",
"dev": "tsc --watch",
"build": "tsc",
"lint": "tslint -c tslint.json --fix 'lib/**/*.ts'"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"collectCoverage": false,
"testEnvironment": "node"
},
"license": "ISC",
"devDependencies": {
"@types/jest": "^20.0.2",
"dockerode": "^2.5.0",
"jest": "^20.0.4",
"request": "^2.81.0",
"ts-jest": "^20.0.6",
"ts-lint": "^4.5.1",
"typescript": "^2.4.1"
},
"dependencies": {
"@types/chalk": "^0.4.31",
"@types/dockerode": "^2.4.3",
"@types/node": "^8.0.4",
"@types/request": "0.0.45",
"@types/superagent": "^3.5.2",
"axios": "^0.16.2",
"chalk": "^1.1.3",
"superagent": "^3.5.2",
"wordpress-jwt-auth": "^1.1.0"
}
}