0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-09 08:20:17 -05:00
penpot-export/packages/core/package.json
2023-09-04 13:41:32 +02:00

27 lines
549 B
JSON

{
"name": "@penpot-export/core",
"version": "0.0.0",
"license": "UNLICENSED",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"pretest": "npm run build",
"test": "node --test",
"format": "prettier -w ."
},
"dependencies": {
"node-fetch": "2",
"prettier": "^3.0.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"
}
}