mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"name": "contrast-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "ng build contrast-plugin",
|
|
"build:dev": "ng build contrast-plugin --configuration development",
|
|
"serve": "ng serve contrast-plugin",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
}
|
|
}
|