-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 893 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 893 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
36
37
38
39
40
41
42
{
"name": "webxfoil-wasm",
"version": "0.1.1",
"description": "XFOIL WebAssembly build and wrapper.",
"repository": {
"type": "git",
"url": "https://github.com/PR-DC/WebXFOIL"
},
"homepage": "https://pr-dc.com",
"author": "Milos Petrasinovic <mpetrasinovic@pr-dc.com>",
"keywords": [
"xfoil",
"aerodynamics",
"cfd",
"fortran",
"wasm",
"webassembly"
],
"license": "GPL-2.0-or-later",
"type": "module",
"main": "index.js",
"files": [
"dist/",
"src/",
"tools/",
"scripts/",
"index.js",
"SOURCES.md",
"COPYING",
"THIRD_PARTY_NOTICES.md",
"README.md",
"LICENSE"
],
"scripts": {
"fetch-deps": "powershell -ExecutionPolicy Bypass -NoProfile -File scripts/fetch_deps.ps1",
"build": "node tools/build.js",
"smoke": "node tools/smoke_test.js"
},
"engines": {
"node": ">=18"
}
}