Add configuration details.
This commit is contained in:
parent
7aa648e423
commit
da0eb6c38a
3 changed files with 137 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "quote-bracket",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Tyler-A/Quote-Bracket.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Tyler-A/Quote-Bracket/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Tyler-A/Quote-Bracket#readme",
|
||||
"dependencies": {
|
||||
"@types/node": "^13.13.0",
|
||||
"axios": "^0.19.2",
|
||||
"fs": "0.0.1-security"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue