-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 945 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 945 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
{
"name": "fontconfig-wasm-build",
"version": "2.17.1",
"type": "module",
"private": true,
"description": "Build tools and tests for fontconfig.wasm",
"scripts": {
"build": "./build-wasm.sh Release ON",
"build:debug": "./build-wasm.sh Debug ON",
"build:fallback": "./build-wasm.sh Release OFF",
"test": "node test/wasm-integration-test.js",
"benchmark": "node benchmark/fontconfig-benchmark.js",
"clean": "rm -rf build install dist",
"validate": "npm run build && npm run test && npm run benchmark"
},
"devDependencies": {
"@types/node": "^22.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/superstruct/superstruct.git",
"directory": "fontconfig.wasm"
},
"keywords": [
"fontconfig",
"webassembly",
"wasm",
"fonts",
"graphics"
],
"author": "superstruct ltd, New Zealand",
"license": "MIT"
}