Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/libpng/package.json
1067 views
1
{
2
"name": "@cowasm/ligpng",
3
"upstream_version": "1.6.35",
4
"version": "1.0.0",
5
"description": "WebAssembly build of the ligpng library",
6
"main": "index.js",
7
"files": ["dist/wasm/**", "README.md", "package.json", "index.js"],
8
"scripts": {
9
"preinstall": "npx only-allow pnpm",
10
"build": "make wasm",
11
"prepublishOnly": "pnpm run build && make test",
12
"test": "make test"
13
},
14
"repository": {
15
"type": "git",
16
"url": "git+ssh://[email protected]/sagemathinc/cowasm.git"
17
},
18
"keywords": ["WebAssembly", "wasm"],
19
"author": "William Stein <[email protected]>",
20
"license": "BSD-3-Clause",
21
"bugs": {
22
"url": "https://github.com/sagemathinc/cowasm/issues"
23
},
24
"homepage": "https://github.com/sagemathinc/cowasm/tree/main/core/ligpng",
25
"devDependencies": {
26
"@cowasm/kernel": "workspace:*",
27
"@cowasm/zlib": "workspace:*"
28
}
29
}
30
31