-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1014 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
{
"name": "@teragrep/javascript-logging-demo",
"version": "v1.0.0",
"description": "Syslog Javascript client library",
"repository": {
"type": "git",
"url": "https://github.com/teragrep/javascript-logging-demo.git"
},
"bugs": {
"url": "https://github.com/teragrep/javascript-logging-demo/issues"
},
"scripts": {
"test": "karma start --single-run ./src/test/js/karma.conf.js",
"karma-test": "jasmine",
"postpublish": "npm run publish-npm",
"publish-npm": "npm publish --access public --ignore-scripts --@teragrep:registry='https://registry.npmjs.org'"
},
"author": "Teragrep",
"license": "Apache-2.0",
"devDependencies": {
"@teragrep/rlo_08": "^1.0.2",
"@teragrep/rlp_02": "^1.1.0",
"async": "^3.2.1",
"dotenv": "^10.0.0",
"dsa.js": "^2.7.6",
"jasmine": "^3.99.0",
"jasmine-core": "^3.7.1",
"karma": "^6.4.1",
"karma-jasmine": "^4.0.1",
"karma-requirejs": "^1.1.0",
"node": "^16.19.0",
"requirejs": "^2.3.6"
}
}