@hkai-ai/weibo-api
Version:
香港人工智能协会封装的新浪微博API
65 lines (64 loc) • 1.85 kB
JSON
{
"name": "@hkai-ai/weibo-api",
"version": "1.1.7",
"description": "香港人工智能协会封装的新浪微博API",
"main": "./dist/index.js",
"type": "module",
"author": "HKAI - Wendaolee",
"keywords": [
"新浪微博",
"微博",
"weibo",
"weibo-api"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hkai-ai/WeiboAPI.git"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/",
"tag": "latest"
},
"scripts": {
"repl": "tsx ./repl.ts",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --config=jest.config.ts",
"test:cover": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage",
"clean": "rimraf dist",
"dev": "tsx watch src/index.ts",
"start": "tsc --noEmit && tsx src/index.ts",
"type-check": "tsc --noEmit",
"build": "npm run clean && babel src --extensions \".ts,.tsx,.js,.jsx\" --out-dir dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"build:start": "npm run build && node dist/index.js",
"js:start": "node dist/index.js"
},
"files": [
"dist"
],
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"babel-plugin-module-resolver": "^5.0.2",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"dependencies": {
"effect": "^3.11.5",
"ofetch": "^1.4.1",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.10"
}
}