-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "@foyer-inc/insight-sdk",
"version": "1.1.0",
"description": "SDK for connecting to Foyer's Insight service(s)",
"main": "build/index.js",
"types": "build/index.d.ts",
"browser": {
"skia-canvas": false
},
"dependencies": {
"@types/node-fetch": "^2.5.8",
"jimp": "^0.16.1",
"node-fetch": "^2.6.1",
"quantize": "^1.0.2",
"skia-canvas": "^0.9.25",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/node": "^16.10.2",
"typedoc": "^0.22.5",
"typedoc-plugin-markdown": "^3.11.3"
},
"scripts": {
"prepublishOnly": "rm -rf ./build; tsc --build tsconfig.json",
"build": "rm -rf ./build; tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foyer-inc/insight-sdk.git"
},
"author": "Abram Villegas, Andrew Sidhu, Melanie Dworak, Nicolas Montanaro",
"license": "MIT",
"bugs": {
"url": "https://github.com/foyer-inc/insight-sdk/issues"
},
"homepage": "https://github.com/foyer-inc/insight-sdk#readme"
}