mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
20 lines
543 B
JSON
20 lines
543 B
JSON
{
|
|
"name": "penpot-common",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"luxon": "^1.27.0"
|
|
},
|
|
"scripts": {
|
|
"compile-and-watch-test": "clojure -M:dev:shadow-cljs watch test",
|
|
"compile-test": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
|
"run-test": "node target/test.js",
|
|
"test": "yarn run compile-test && yarn run run-test"
|
|
},
|
|
"devDependencies": {
|
|
"shadow-cljs": "2.19.8",
|
|
"source-map-support": "^0.5.19",
|
|
"ws": "^7.4.6"
|
|
}
|
|
}
|