pipebomb.js
Version:
Library for interacting with Pipe Bomb servers
39 lines (38 loc) • 978 B
JSON
{
"name": "pipebomb.js",
"version": "0.11.0",
"description": "Library for interacting with Pipe Bomb servers",
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",
"scripts": {
"test": "node --trace-warnings test/test.js",
"watch": "npx tsc -w",
"build": "npm run clean && npx tsc",
"check": "npx tsc --noEmit",
"clean": "npx rimraf dist/",
"rimraf": "./node_modules/rimraf/bin.js",
"push": "npm run build && npm publish",
"pack": "npm run build && npm pack"
},
"repository": {
"type": "git",
"url": "https://github.com/Pipe-Bomb/PipeBomb.js.git"
},
"keywords": [
"audio",
"pipe-bomb"
],
"author": "eyezah",
"license": "MIT",
"dependencies": {
"axios": "^1.3.3",
"crypto-js": "^4.1.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/node": "^20.2.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.3"
}
}