Skip to content

Commit a12c351

Browse files
committed
feat: add package.json and update .gitignore for node modules and cache
1 parent b8651d9 commit a12c351

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

‎.gitignore‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,7 @@ dmypy.json
138138
# Cython debug symbols
139139
cython_debug/
140140

141-
.pypirc
141+
.pypirc
142+
node_modules/
143+
.cache/
144+
tmp/

‎package.json‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "proxy-checker-python",
3+
"version": "1.0.0",
4+
"description": "[![Downloads](https://pepy.tech/badge/proxy-checker)](https://pepy.tech/project/proxy-checker)",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "tests"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"keywords": [],
13+
"author": "",
14+
"license": "ISC",
15+
"type": "commonjs",
16+
"devDependencies": {
17+
"binary-collections": "^2.0.10"
18+
}
19+
}

0 commit comments

Comments
 (0)