-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 907 Bytes
/
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
{
"name": "@kg/bostad",
"scripts": {},
"dependencies": {
"@naturalcycles/js-lib": "^8.11.0",
"@naturalcycles/nodejs-lib": "^7.11.3",
"@naturalcycles/time-lib": "^1.6.7",
"puppeteer": "^2.0.0"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^9.2.0",
"@types/node": "^12.12.14",
"@types/puppeteer": "^2.0.0",
"jest": "^24.9.0"
},
"resolutions": {
"@types/hapi__joi": "15.0.4"
},
"files": [
"dist",
"src",
"!src/test",
"!src/**/*.test.ts",
"!src/**/__snapshots__",
"!src/**/__exclude"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kirillgroshkov/bostad"
},
"engines": {
"node": ">=12.13"
},
"version": "0.0.0",
"description": "",
"author": "Kirill Groshkov",
"license": "MIT"
}