-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 937 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 937 Bytes
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
{
"name": "ura-efris-commodity-category-codes",
"version": "1.0.1",
"description": "The search helper for searching codes for the United Nations Standard Products and Services Code (UNSPSC) used in the Uganda Revenue Authority (URA) Electronic Fiscal Receipting and Invoicing System (EFRIS).",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axoblade/ura-efris-commodity-category-codes.git"
},
"keywords": [
"EFRIS",
"UNSPSC",
"URA",
"Commodity Cateogry Codes"
],
"engines": {
"node": ">=20.0.0"
},
"author": "Axoblade",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/axoblade/ura-efris-commodity-category-codes/issues"
},
"homepage": "https://github.com/axoblade/ura-efris-commodity-category-codes#readme",
"dependencies": {
"fuse.js": "^7.1.0"
},
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.4.0"
}
}