-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
53 lines (53 loc) · 1.01 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
52
53
{
"name": "epc-tds",
"version": "1.4.1",
"main": "dist/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "jest",
"cleanBuild": "npm run clean && npm run build",
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"keywords": [
"EPC",
"RFID",
"TAG",
"GS1",
"Decode",
"Encode",
"Library",
"Barcode",
"Sgtin96",
"Sgtin198",
"Sgln96",
"Sgln195",
"Sscc96",
"Grai96",
"Grai170",
"Gid96",
"Giai96",
"Giai202",
"Gsrn96",
"Cpi96",
"Gdti96",
"Gdti174",
"Sgcn96"
],
"author": "Sergio Soriano",
"license": "MIT",
"description": "EPC Tag Data Standard encoding and decoding library, written in javascript",
"repository": {
"type": "git",
"url": "git+https://github.com/sergiss/epc-tds.git"
},
"bugs": {
"url": "https://github.com/sergiss/epc-tds/issues"
},
"homepage": "https://github.com/sergiss/epc-tds#readme",
"devDependencies": {
"typescript": "^5.4.3"
}
}