2021-05-28 13:50:42 +02:00
|
|
|
{
|
|
|
|
"name": "penpot-common",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2023-10-11 13:39:56 +02:00
|
|
|
"luxon": "^3.4.2",
|
|
|
|
"sax": "^1.2.4"
|
2021-05-28 13:50:42 +02:00
|
|
|
},
|
2021-11-30 17:22:17 +01:00
|
|
|
"scripts": {
|
2023-05-26 16:37:15 +02:00
|
|
|
"test:watch": "clojure -M:dev:shadow-cljs watch test",
|
|
|
|
"test:compile": "clojure -M:dev:shadow-cljs compile test --config-merge '{:autorun false}'",
|
|
|
|
"test:run": "node target/test.js",
|
|
|
|
"test": "yarn run test:compile && yarn run test:run"
|
2021-11-30 17:22:17 +01:00
|
|
|
},
|
2021-05-28 13:50:42 +02:00
|
|
|
"devDependencies": {
|
2023-11-08 16:10:58 +01:00
|
|
|
"shadow-cljs": "2.25.10",
|
2022-12-27 14:29:14 +01:00
|
|
|
"source-map-support": "^0.5.21",
|
2023-08-31 09:20:22 +02:00
|
|
|
"ws": "^8.13.0"
|
2021-05-28 13:50:42 +02:00
|
|
|
}
|
|
|
|
}
|