elm-duet/package.json
2024-04-29 07:10:53 -05:00

19 lines
335 B
JSON

{
"name": "elm-duet",
"version": "1.0.0",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"elm-format": "^0.8.7",
"prettier": "^3.2.5"
}
}