🎉 First commit

pull/1/head
Hans362 4 years ago
parent 1d7b06a2a2
commit b068d66ae3
Signed by: hans362
GPG Key ID: B186D77ABEC2A785

13
package-lock.json generated

@ -0,0 +1,13 @@
{
"name": "bilibili-bangumi-api",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"module-alias": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz",
"integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q=="
}
}
}

@ -0,0 +1,25 @@
{
"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": {
"module-alias": "^2.2.2"
}
}
Loading…
Cancel
Save