mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-08 07:50:21 -05:00
29 lines
610 B
JSON
29 lines
610 B
JSON
{
|
|
"name": "@penpot-export/core",
|
|
"version": "0.1.0-beta.0",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/lib/index.js",
|
|
"types": "dist/lib/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "npm run build",
|
|
"build": "tsc",
|
|
"pretest": "npm run build",
|
|
"test": "node --test",
|
|
"format": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "2",
|
|
"prettier": "^3.0.2",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.0",
|
|
"@types/node-fetch": "2",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|