forked from Risto-Stevcev/purescript-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "purescript-sqlite",
"version": "0.1.0",
"description": "An Sqlite wrapper for Purescript",
"main": "",
"directories": {
"test": "test"
},
"dependencies": {
"sqlite3": "3.x"
},
"devDependencies": {},
"scripts": {
"test": "pulp test -m Test.Sqlite.Core && pulp test -m Test.Sqlite.Trans"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Risto-Stevcev/purescript-sqlite.git"
},
"keywords": [
"sqlite",
"purescript"
],
"author": "Risto Stevcev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Risto-Stevcev/purescript-sqlite/issues"
},
"homepage": "https://github.com/Risto-Stevcev/purescript-sqlite#readme"
}