Files
peasy/package.json
2023-01-31 14:40:16 +01:00

21 lines
514 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)",
"package": "yarn rollup -c"
},
"devDependencies": {
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"rollup": "^3.9.1",
"rollup-plugin-terser": "^7.0.2"
}
}