-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 972 Bytes
/
package.json
File metadata and controls
13 lines (13 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "fontspector-plugins",
"scripts": {
"build-microsoft": "cargo build --release && cargo-cp-artifact -a cdylib profile-microsoft microsoft.fontspectorplugin -- cargo build -p profile-microsoft --message-format=json-render-diagnostics --release",
"build-adobe": "cargo build --release && cargo-cp-artifact -a cdylib profile-adobe adobe.fontspectorplugin -- cargo build -p profile-adobe --message-format=json-render-diagnostics --release",
"build-fontwerk": "cargo build --release && cargo-cp-artifact -a cdylib profile-fontwerk fontwerk.fontspectorplugin -- cargo build -p profile-fontwerk --message-format=json-render-diagnostics --release",
"build-test": "cargo build --release && cargo-cp-artifact -a cdylib profile-testplugin testplugin.fontspectorplugin -- cargo build -p profile-testplugin --message-format=json-render-diagnostics --release"
},
"dependencies": {
"cargo-cp-artifact": "^0.1.9",
"jszip": "^3.10.1"
}
}