mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-01-23 14:20:23 +08:00
24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"name": "free-api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/jiucaixiaozhu/free-api",
|
|
"author": "zhangxiangliang",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"test": "jest --config jestconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.5",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"jest": "^26.1.0",
|
|
"ts-jest": "^26.1.3",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2"
|
|
}
|
|
}
|