-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@binsarjr/apiamikomone",
"version": "1.3.1",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"license": "MIT",
"dependencies": {
"@andreekeberg/imagedata": "^1.0.2",
"cheerio": "^1.0.0-rc.10",
"file-type": "^16.5.1",
"form-data": "^4.0.0",
"got": "11.8.2",
"jimp": "^0.16.1",
"jsqr": "^1.4.0",
"moment": "^2.29.2",
"node-forge": "^1.3.1",
"qrcode-reader": "^1.0.4"
},
"scripts": {
"example": "ts-node ./Examples/OneDevice.ts",
"example:legacy": "ts-node ./Examples/Legacy.ts",
"build": "rm -rf ./lib && tsc",
"test": "jest --verbose"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/form-data": "^2.5.0",
"@types/jest": "^27.4.1",
"@types/node-forge": "^1.0.1",
"dotenv": "^16.0.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"description": "Unofficial API AmikomOne and another Resource",
"homepage": "https://github.com/binsarjr/apiamikomone",
"repository": "https://github.com/binsarjr/apiamikomone",
"author": "Binsar Dwi Jasuma <binsarjr121@gmail.com>",
"private": false
}