purescript-axon/package.json
Orion Kindel e2018dbbef
rename
2024-12-01 16:28:13 -06:00

20 lines
487 B
JSON

{
"name": "purescript-axon",
"private": true,
"module": "index.js",
"type": "module",
"scripts": {
"postinstall": "spago install",
"make": "spago build --pure",
"test": "spago test --pure",
"lint": "spago build --pure --strict --pedantic-packages && bun run scripts/fmt.js --check",
"lint:fix": "bun run scripts/fmt.js"
},
"devDependencies": {
"bun-types": "1.1.4",
"purs-tidy": "^0.10.0",
"typescript": "^5.0.0"
},
"dependencies": {}
}