mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-06 14:50:10 -05:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@penpot-export/core",
|
|
"version": "0.1.2",
|
|
"license": "Apache-2.0",
|
|
"description": "penpot-export is a tool designed to export your design tokens created in Penpot into ready-to-use code or parseable data files.",
|
|
"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",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.5.0",
|
|
"@types/node-fetch": "2",
|
|
"prettier": "^3.0.2",
|
|
"ts-node": "^10.9.1",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"homepage": "https://github.com/penpot/penpot-export#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/penpot/penpot-export.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/penpot/penpot-export/issues"
|
|
},
|
|
"keywords": [
|
|
"Penpot",
|
|
"export",
|
|
"design",
|
|
"design tokens",
|
|
"W3C Design Tokens Format",
|
|
"typographies",
|
|
"colors"
|
|
]
|
|
}
|