Skip to content

Commit 63af931

Browse files
committed
Rebuilt package.json
1 parent 04f45c1 commit 63af931

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

package.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,33 @@
44
"np": "^7.6.2",
55
"sqlite3": "^5.0.9",
66
"synchronized-promise": "^0.3.1"
7-
}
7+
},
8+
"types": "./index.d.ts",
9+
"name": "promisesql",
10+
"description": "A [node-sqlite3](https://www.npmjs.com/package/sqlite3) wrapper for running simple, promise-based database queries in Node.js. It works best in smaller projects with a lot of asynchronous development, e.g., a Discord bot that implements slash commands.",
11+
"version": "1.2.2",
12+
"main": "index.js",
13+
"directories": {
14+
"lib": "lib"
15+
},
16+
"devDependencies": {},
17+
"scripts": {
18+
"test": "echo \"Error: no test specified\" && exit 1"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/akrouk/PromiseSQL.git"
23+
},
24+
"keywords": [
25+
"node-sqlite3",
26+
"sqlite3",
27+
"node.js",
28+
"sql"
29+
],
30+
"author": "AJK",
31+
"license": "MIT",
32+
"bugs": {
33+
"url": "https://github.com/akrouk/PromiseSQL/issues"
34+
},
35+
"homepage": "https://github.com/akrouk/PromiseSQL#readme"
836
}

0 commit comments

Comments
 (0)