initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "purescript-tower",
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user