63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@dyno.gg/music",
|
|
"version": "4.1.4",
|
|
"description": "Music module for use in Dyno.",
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf coverage build tmp",
|
|
"build": "tsc -p tsconfig.json",
|
|
"watch": "tsc -w -p tsconfig.json",
|
|
"lint": "tslint -t stylish --type-check --project 'tsconfig.json'",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run test-only",
|
|
"test-only": "jest --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"main": "build/index.js",
|
|
"typings": "build/index",
|
|
"author": "Brian Tanner <brian@tanner.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FlexLabs/Dyno-music.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FlexLabs/Dyno-music/issues"
|
|
},
|
|
"homepage": "https://github.com/FlexLabs/Dyno-music#readme",
|
|
"dependencies": {
|
|
"@dyno.gg/dyno-core": "^1.0.1",
|
|
"async-each": "^1.0.1",
|
|
"axios": "^0.17.1",
|
|
"eris-lavalink": "github:briantanner/eris-lavalink",
|
|
"joi": "^13.1.1",
|
|
"moment": "^2.18.1",
|
|
"moment-duration-format": "2.2.1",
|
|
"source-map-support": "^0.4.18",
|
|
"to-time": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@dyno.gg/eris": "^0.8.2",
|
|
"@types/jest": "^21.1.0",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/moment-duration-format": "2.2.0",
|
|
"@types/moment-timezone": "^0.5.3",
|
|
"@types/node": "^8.0.30",
|
|
"@types/reflect-metadata": "0.0.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-pegjs": "^0.1.0",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-typescript": "^3.2.2",
|
|
"rimraf": "~2.6.1",
|
|
"sinon": "^4.0.0",
|
|
"ts-jest": "^21.0.1",
|
|
"tslib": "~1.7.1",
|
|
"tslint": "~5.7.0",
|
|
"tslint-microsoft-contrib": "~5.0.1",
|
|
"tsutils": "~2.8.2",
|
|
"typescript": "^2.5.2"
|
|
}
|
|
}
|