forked from elninotech/uppload-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
33
{
"name": "uppload-examples",
"version": "1.0.0",
"description": "This monorepo contains example projects using Uppload to help you get started quickly. All demos are available on [CodeSandbox](https://uppload.js.org/examples).",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "node add-template.js && git add ."
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/elninotech/uppload-examples.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/elninotech/uppload-examples/issues"
},
"homepage": "https://github.com/elninotech/uppload-examples#readme",
"devDependencies": {
"husky": "^4.2.5",
"marked": "^1.0.0",
"prettier": "^2.0.5"
}
}