-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 795 Bytes
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
{
"name": "dynalist-api",
"version": "1.0.11",
"description": "A wrapper for the dynalist api to make common tasks easier.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nzmattgrant/DynalistAPI.git"
},
"keywords": [
"dynalist",
"api",
"wrapper"
],
"author": "Matt Grant",
"license": "MIT",
"bugs": {
"url": "https://github.com/nzmattgrant/DynalistAPI/issues"
},
"homepage": "https://github.com/nzmattgrant/DynalistAPI/#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@types/request": "^2.48.8",
"jest": "^28.1.0",
"typescript": "^4.5.4"
},
"dependencies": {
"request": "^2.88.2"
}
}