dcjs/package.json
Dan Chadwick 04b853864b init
2024-04-08 10:14:20 -07:00

20 lines
452 B
JSON

{
"name": "dcjs",
"version": "1.0.0",
"description": "HTMX type library",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dan612/dcjs.git"
},
"author": "Dan Chadwick",
"license": "ISC",
"bugs": {
"url": "https://github.com/dan612/dcjs/issues"
},
"homepage": "https://github.com/dan612/dcjs#readme"
}