-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "wp-json",
"version": "1.1.8",
"description": "WP-JSON API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "tsc && ts-node test/post.ts",
"build": "tsc && tslint -c tslint.json -p tsconfig.json"
},
"author": "Kaing Dara",
"license": "MIT",
"dependencies": {
"query-string": "^6.9.0",
"request": "^2.88.0",
"request-promise": "^4.2.5"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@types/request-promise": "^4.1.45",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kh71/wp-json.git"
},
"keywords": [
"wp-json",
"wordpress",
"api",
"wordpress-rest-api",
"wordpress-rest",
"react-native",
"news",
"wpapi",
"cms",
"react-native",
"react",
"postnews"
],
"bugs": {
"url": "https://github.com/kh71/wp-json/issues"
},
"homepage": "https://github.com/kh71/wp-json#readme"
}