-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
23 lines (23 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@rohit-chouhan/pysql",
"version": "1.0.3",
"description": "PySQL is database framework for Python (v3.x) Language, Which is based on Python module mysql.connector, this module can help you to make your code more short and more easier.",
"main": "pysql.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"framework","python","sql","database"
],
"author": "Rohit Chouhan",
"license": "Apache-2.0 License",
"repository": {
"type": "git",
"url": "git+https://github.com/rohit-chouhan/pysql.git"
},
"bugs": {
"url": "https://github.com/rohit-chouhan/pysql/issues"
},
"homepage": "https://github.com/rohit-chouhan/pysql#readme",
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
}