39 lines
788 B
JSON
39 lines
788 B
JSON
{
|
|
"name": "@open-pencil/core",
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"files": ["src", "dist"],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-pencil/open-pencil.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"dependencies": {
|
|
"canvaskit-wasm": "^0.40.0",
|
|
"culori": "^4.0.2",
|
|
"fflate": "^0.8.2",
|
|
"fzstd": "^0.1.1",
|
|
"yoga-layout": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/culori": "^4.0.1",
|
|
"typescript": "~5.8.3"
|
|
}
|
|
}
|