mirror of
https://github.com/sweidac/peasy.git
synced 2025-07-27 19:31:55 +02:00
18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"name": "peasy",
|
|
"version": "0.0.1",
|
|
"description": "Make creating HTMLElements easy with the help of tag functions.",
|
|
"main": "index.js",
|
|
"author": "Simon Weidacher",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1"
|
|
}
|
|
}
|