-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "aql-sample-size",
"version": "1.0.0",
"description": "Zero-dependency ISO 2859-1 AQL sample-size lookup. Garment, electronics, medical-device buyer-audit quality inspection. Tables verified against QIMA reference.",
"main": "index.js",
"scripts": {
"test": "node test/test.js",
"example": "node examples/basic-usage.js"
},
"keywords": [
"aql",
"iso-2859",
"iso-2859-1",
"acceptance-quality-limit",
"sampling-plan",
"quality-control",
"garment-inspection",
"buyer-audit",
"qima",
"single-sampling",
"manufacturing-qa"
],
"author": {
"name": "Santosh Rijal",
"url": "https://scanerp.pro"
},
"license": "MIT",
"homepage": "https://scanerp.pro/aql/",
"repository": {
"type": "git",
"url": "git+https://github.com/drmcoder/aql-sample-size.git"
},
"bugs": {
"url": "https://github.com/drmcoder/aql-sample-size/issues"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js",
"data/",
"README.md",
"LICENSE"
]
}