You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
701 B
JSON
27 lines
701 B
JSON
{
|
|
"name": "bilibili-bangumi-api",
|
|
"version": "1.0.0",
|
|
"description": "Render your Bilibili bangumi list on a web page",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "npm run format:check && cross-env NODE_ENV=test jest --coverage --runInBand --forceExit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hans362/Bilibili-Bangumi-API.git"
|
|
},
|
|
"keywords": [
|
|
"bangumi"
|
|
],
|
|
"author": "Hans Yu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hans362/Bilibili-Bangumi-API/issues"
|
|
},
|
|
"homepage": "https://github.com/hans362/Bilibili-Bangumi-API#readme",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"module-alias": "^2.2.2"
|
|
}
|
|
}
|