forked from pxsty0/pxserv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 892 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 892 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
35
36
37
38
39
40
41
{
"name": "pxserv",
"version": "1.2.1",
"description": "npm package that allows you to easily use the PxServ APIs",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"test": "npx jest"
},
"author": "mustafa 'pxsty' kok",
"license": "MIT",
"files": [
"dist",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pxserv/pxserv.js.git"
},
"bugs": {
"url": "https://github.com/pxserv/pxserv.js/issues"
},
"homepage": "https://docs.pxserv.net/en/javascript-typescript-library",
"dependencies": {
"@types/node-fetch": "^2.6.11",
"node-fetch": "^2.7.0",
"pxserv": "^1.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"keywords": [
"iot",
"database",
"pxserv"
]
}