-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 881 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
{
"name": "nbs-pretraga-registra",
"version": "1.0.0",
"description": "Pretraga registra pravnih lica NBS po PIB-u i matičnom broju",
"main": "src/index.js",
"scripts": {
"test": "mocha --exit --no-timeout",
"watch:test": "mocha --watch --no-timeout"
},
"author": "Nebojsa Jakovljevic",
"repository": {
"type": "git",
"url": "https://github.com/nebjak/nbs-pretraga-registra.git"
},
"bugs": {
"url": "https://github.com/nebjak/nbs-pretraga-registra/issues"
},
"keywords": [
"serbia",
"srbija",
"nbs",
"firme",
"pretraga",
"registar",
"pib",
"maticni broj"
],
"license": "MIT",
"dependencies": {
"jsdom": "^16.2.2"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^8.0.1"
},
"engines": {
"node": ">=10.0.0"
}
}