We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace6421 commit 81501a8Copy full SHA for 81501a8
1 file changed
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "reckless-node-perforce",
3
"version": "0.0.1",
4
- "description": "A simple library for perforce",
+ "description": "Simplified fork of node-perforce with vulnerable dependencies removed and fixed commands",
5
"main": "index.js",
6
- "scripts": {
7
- },
+ "scripts": {},
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/RecklessWave/reckless-node-perforce"
+ "url": "git+https://github.com/RecklessWave/reckless-node-perforce.git"
11
},
12
"keywords": [
13
"perforce",
@@ -21,6 +20,5 @@
21
20
"url": "https://github.com/RecklessWave/reckless-node-perforce/issues"
22
23
"homepage": "https://github.com/RecklessWave/reckless-node-perforce",
24
- "devDependencies": {
25
- }
+ "devDependencies": {}
26
}
0 commit comments