purescript-cheerio/package.json

32 lines
733 B
JSON
Raw Normal View History

2018-01-16 04:35:48 +00:00
{
"name": "purescript-cheerio",
2020-07-16 00:51:13 +00:00
"version": "0.2.3",
2018-01-16 04:35:48 +00:00
"description": "PureScript bindings for Cheerio",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
2023-10-28 19:47:41 +00:00
"fmt": "bun bun/fmt.js",
"build": "bun x spago build",
"test": "bun x spago test"
2018-01-16 04:35:48 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
},
"author": "icyrock.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/icyrockcom/purescript-cheerio/issues"
},
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"purs-tidy": "^0.10.0",
"spago": "next"
2018-01-16 04:35:48 +00:00
}
}