-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "@teragrep/jsa_01",
"version": "v1.0.1-rc7",
"description": "Javascript appender library",
"repository": {
"type": "git",
"url": "https://github.com/teragrep/jsa_01.git"
},
"bugs": {
"url": "https://github.com/teragrep/jsa_01/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'"
},
"engines": {
"node": ">=12.5.0"
},
"files": [
"src/**/*.js"
],
"exports": {
".": "./src/index.js",
"./package.json": "./package.json"
},
"author": "Teragrep",
"license": "Apache-2.0",
"main": "./src/index.js",
"devDependencies": {
"@teragrep/rlo_08": "^1.0.2-rc1",
"@teragrep/rlp_02": "^1.1.1-rc1",
"async": "^3.2.4",
"dotenv": "^10.0.0",
"dsa.js": "^2.7.6",
"jasmine": "^3.99.0",
"jasmine-core": "^3.99.1",
"karma": "^6.4.0",
"karma-jasmine": "^4.0.2",
"karma-requirejs": "^1.1.0",
"log4js": "^6.6.1",
"node": "^16.19.1",
"requirejs": "^2.3.6"
}
}