2023-08-21 08:36:47 +02:00
|
|
|
{
|
2023-09-01 15:26:25 +02:00
|
|
|
"name": "@penpot-export/core",
|
2023-08-21 08:36:47 +02:00
|
|
|
"version": "0.0.0",
|
2023-08-22 13:36:15 +02:00
|
|
|
"license": "UNLICENSED",
|
2023-09-01 15:26:25 +02:00
|
|
|
"main": "dist/lib/index.js",
|
|
|
|
"types": "dist/lib/index.d.ts",
|
2023-08-21 08:36:47 +02:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
2023-09-04 13:41:29 +02:00
|
|
|
"pretest": "npm run build",
|
|
|
|
"test": "node --test",
|
2023-09-01 15:26:25 +02:00
|
|
|
"format": "prettier -w ."
|
2023-08-21 08:36:47 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-22 13:42:57 +02:00
|
|
|
"node-fetch": "2",
|
2023-09-04 15:02:11 +02:00
|
|
|
"prettier": "^3.0.2",
|
|
|
|
"zod": "^3.22.2"
|
2023-08-21 08:36:47 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20.5.0",
|
|
|
|
"@types/node-fetch": "2",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"tsc-watch": "^6.0.4",
|
|
|
|
"typescript": "^5.1.6"
|
|
|
|
}
|
|
|
|
}
|