-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 786 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 786 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
{
"name": "@basetime/snapsites-typescript",
"version": "0.0.5",
"description": "Typescript client library for using Snapsites.io.",
"main": "dist/index.js",
"scripts": {
"build": "tsc --declaration",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/firebase": "^3.2.1",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.2",
"firebase": "^10.7.1"
}
}