-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.35 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
45
46
47
48
49
50
51
{
"name": "@balena/event-log",
"version": "6.8.0",
"description": "Balena events logging util",
"main": "build/balena-event-log.js",
"types": "typings/balena-event-log.d.ts",
"files": [
"build/",
"typings/"
],
"engines": {
"node": ">=10.0"
},
"dependencies": {
"analytics-client": "^2.0.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@balena/lint": "^5.1.0",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/lodash": "^4.14.157",
"@types/mocha": "^9.1.1",
"balena-config-karma": "^4.0.0",
"browserify": "^14.0.0",
"chai": "^4.3.6",
"karma": "^5.2.3",
"mocha": "^10.1.0",
"querystring": "^0.2.0",
"resin-universal-http-mock": "^1.0.1",
"typescript": "^4.1.2"
},
"scripts": {
"bundle": "browserify src/balena-event-log.js -o build/bundle.js",
"lint": "balena-lint --typescript --fix -e js src",
"pretest": "npm run lint && npm run build",
"test": "karma start",
"build": "npx tsc",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git@github.com:balena-io-modules/balena-event-log.git"
},
"author": "Iskren Slavov <iskren@resin.io>",
"license": "Apache-2.0",
"homepage": "https://github.com/balena-io-modules/balena-event-log",
"versionist": {
"publishedAt": "2023-05-18T10:31:47.115Z"
}
}