forked from daren.hsu/line_push
120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@line/bot-sdk@7.5.0",
|
|
"/home/node/nuxt"
|
|
]
|
|
],
|
|
"_from": "@line/bot-sdk@7.5.0",
|
|
"_id": "@line/bot-sdk@7.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1PQW/tlg13olH93Ue+X4LwD4JvTK7JR5k59z2xM/rNNKWINbCigBgvwB0lwqnpQmehN7EvxolkN2aEPoSQ+JGw==",
|
|
"_location": "/@line/bot-sdk",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@line/bot-sdk@7.5.0",
|
|
"name": "@line/bot-sdk",
|
|
"escapedName": "@line%2fbot-sdk",
|
|
"scope": "@line",
|
|
"rawSpec": "7.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@line/liff"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@line/bot-sdk/-/bot-sdk-7.5.0.tgz",
|
|
"_spec": "7.5.0",
|
|
"_where": "/home/node/nuxt",
|
|
"bugs": {
|
|
"url": "https://github.com/line/line-bot-sdk-nodejs/issues"
|
|
},
|
|
"dependencies": {
|
|
"@types/body-parser": "^1.19.2",
|
|
"@types/node": "^14.18.12",
|
|
"axios": "^0.21.1",
|
|
"body-parser": "^1.20.0",
|
|
"file-type": "^15.0.0",
|
|
"form-data": "^3.0.0"
|
|
},
|
|
"description": "Node.js SDK for LINE Messaging API",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"@types/finalhandler": "^1.1.0",
|
|
"@types/mocha": "^8.0.3",
|
|
"express": "^4.17.3",
|
|
"finalhandler": "^1.2.0",
|
|
"husky": "^4.3.0",
|
|
"mocha": "^8.1.3",
|
|
"nock": "^13.2.4",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^2.6.2",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^3.9.7",
|
|
"vuepress": "^1.9.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/line/line-bot-sdk-nodejs#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run format:check",
|
|
"pre-push": "npm run format:check && npm run build && npm run test"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"line",
|
|
"sdk"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.js",
|
|
"mocha": {
|
|
"require": "ts-node/register",
|
|
"spec": "test/*.spec.ts"
|
|
},
|
|
"name": "@line/bot-sdk",
|
|
"nyc": {
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
],
|
|
"sourceMap": true,
|
|
"instrument": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/line/line-bot-sdk-nodejs.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf dist/*",
|
|
"docs": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs",
|
|
"docs:deploy": "./scripts/deploy-docs.sh",
|
|
"format": "npm run prettier -- --write",
|
|
"format:check": "npm run prettier -- -l",
|
|
"generate-changelog": "ts-node ./scripts/generate-changelog.ts",
|
|
"prebuild": "npm run format:check && npm run clean",
|
|
"pretest": "npm run format && npm run build",
|
|
"prettier": "prettier --parser typescript --trailing-comma all --arrow-parens avoid \"{lib,test}/**/*.ts\"",
|
|
"release": "npm run build && npm publish --access public",
|
|
"test": "TEST_PORT=1234 TS_NODE_CACHE=0 nyc mocha"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"version": "7.5.0"
|
|
}
|