-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 897 Bytes
/
package.json
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
{
"name": "@reactr-io/asset-downloader-lib",
"version": "1.0.1",
"description": "A React hook for downloading assets server-side. A front-end client for our Composer package, reactr-io/asset-downloader-lib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx wp-scripts build",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactr-io/asset-downloader-lib.git"
},
"keywords": [
"Assets",
"Download"
],
"author": "Reactr.io",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/reactr-io/asset-downloader-lib/issues"
},
"homepage": "https://github.com/reactr-io/asset-downloader-lib#readme",
"devDependencies": {
"@wordpress/scripts": "^6.2.0"
},
"dependencies": {
"axios": "^0.19.2",
"react": "^16.12.0"
}
}