purescript-lazy-joe/package.json

19 lines
333 B
JSON
Raw Normal View History

2022-06-16 00:58:13 +03:00
{
"name": "purescript-lazy-joe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "spago -x test.dhall test"
},
"keywords": [],
"author": "",
"license": "MIT-0",
"type": "module",
"devDependencies": {
2022-06-17 00:20:33 +03:00
"chalk": "^5.0.1",
"fuse.js": "^6.6.2",
"got": "^12.1.0"
2022-06-16 00:58:13 +03:00
}
}