weverse
Version:
Wrapper for weverse private API
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "weverse",
"version": "0.1.4",
"description": "Wrapper for weverse private API",
"scripts": {
"test": "jest",
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"copy": "copyfiles -f src/client/publicCert.txt lib/cjs/client && copyfiles -f src/client/publicCert.txt lib/esm/client",
"prepublish": "npm run tsc && npm run copy",
"buildtest": "npm run tsc && npm run test",
"docs": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonah-saltzman/weverse.git"
},
"keywords": [
"weverse",
"kpop",
"api",
"node"
],
"author": "Jonah Saltzman",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonah-saltzman/weverse/issues"
},
"homepage": "https://github.com/jonah-saltzman/weverse#readme",
"dependencies": {
"axios": "^0.26.1",
"node-rsa": "^1.1.1",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/node-rsa": "^1.1.1",
"copyfiles": "^2.4.1",
"jest": "^27.5.1",
"jsdoc-to-markdown": "^7.1.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"directories": {
"test": "tests"
}
}