mirror of
https://github.com/sweidac/peasy.git
synced 2025-07-27 19:31:55 +02:00
Add some more info to package.json in preparation for publishing.
This commit is contained in:
16
package.json
16
package.json
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "peasy",
|
"name": "@sweidac/peasy",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Make creating HTMLElements easy with the help of tag functions.",
|
"description": "Make creating HTMLElements easy with the help of tag functions.",
|
||||||
"main": "index.js",
|
"main": "dist/peasy.js",
|
||||||
"author": "Simon Weidacher",
|
"author": "Simon Weidacher <sweidac@weidautzel.de>",
|
||||||
|
"repository" : {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/sweidac/peasy"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -16,5 +20,9 @@
|
|||||||
"jest-environment-jsdom": "^29.3.1",
|
"jest-environment-jsdom": "^29.3.1",
|
||||||
"rollup": "^3.9.1",
|
"rollup": "^3.9.1",
|
||||||
"rollup-plugin-terser": "^7.0.2"
|
"rollup-plugin-terser": "^7.0.2"
|
||||||
}
|
},
|
||||||
|
"files" : [
|
||||||
|
"dist/peasy.js",
|
||||||
|
"dist/peasy.min.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user