mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-23 07:08:47 -05:00
11 lines
188 B
JSON
11 lines
188 B
JSON
|
{
|
||
|
"name": "plugins-data-parser",
|
||
|
"version": "0.0.1",
|
||
|
"dependencies": {
|
||
|
"tslib": "^2.3.0"
|
||
|
},
|
||
|
"type": "commonjs",
|
||
|
"main": "./src/index.js",
|
||
|
"typings": "./src/index.d.ts"
|
||
|
}
|