You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
403 B
20 lines
403 B
{ |
|
"license": "MIT", |
|
"dependencies": { |
|
"minimist": "^1.2.5", |
|
"node-fetch": "^2.6.1", |
|
"ramda": "^0.27.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.10.1", |
|
"@babel/preset-env": "^7.10.1", |
|
"babel-jest": "^26.0.1", |
|
"eslint": "^7.4.0", |
|
"eslint-config-prettier": "^6.11.0", |
|
"jest": "^26.0.1" |
|
}, |
|
"scripts": { |
|
"test": "jest", |
|
"watch": "jest --watch" |
|
} |
|
}
|
|
|