-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@unitsml/unitsml",
"version": "0.6.7",
"private": false,
"description": "JavaScript release of unitsml-ruby, published as @unitsml/unitsml on npm. Opal-compiled; ships self-contained + external flavors. Built from source at unitsml-ruby.",
"main": "./dist/unitsml-no-opal.js",
"module": "./dist/unitsml-no-opal.js",
"browser": "./dist/unitsml.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"browser": "./dist/unitsml.js",
"import": "./dist/unitsml-no-opal.js",
"require": "./dist/unitsml-no-opal.js",
"default": "./dist/unitsml-no-opal.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
"keywords": [
"units",
"unitsml",
"si",
"metrology",
"opal",
"ruby"
],
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/unitsml/unitsml-js"
},
"homepage": "https://github.com/unitsml/unitsml-js#readme",
"bugs": {
"url": "https://github.com/unitsml/unitsml-js/issues"
},
"devDependencies": {
"@lutaml/opal-runtime": "^1.0.0",
"@plurimath/mml": "^0.1.0",
"@unitsml/unitsdb": "^3.0.0",
"esbuild": "^0.23.0",
"typescript": "^5.5.0"
},
"peerDependencies": {
"@lutaml/opal-runtime": "^1.0.0",
"@plurimath/mml": "^0.1.0",
"@unitsml/unitsdb": "^3.0.0"
},
"peerDependenciesMeta": {
"@lutaml/opal-runtime": { "optional": true },
"@plurimath/mml": { "optional": true },
"@unitsml/unitsdb": { "optional": true }
},
"publishConfig": {
"access": "public"
}
}