velocity-api
Version:
A super fast API Wrapper for Perspective.
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "velocity-api",
"version": "3.0.0",
"description": "A super fast API Wrapper for Perspective.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "run-s build:*",
"build:code": "tsc",
"build:exports": "gen-esm-wrapper dist/index.js dist/index.mjs",
"changelog": "cj"
},
"keywords": [
"perspective",
"perspective-api"
],
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/axisiscool/velocity.git"
},
"author": "Axis (axis@axis.moe)",
"license": "Apache",
"bugs": {
"url": "https://github.com/axisiscool/velocity/issues"
},
"homepage": "https://github.com/axisiscool/velocity#readme",
"dependencies": {
"petitio": "^1.4.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.0",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "^17.0.35",
"gen-esm-wrapper": "^1.1.3",
"npm-run-all": "^4.1.5"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "yarn@3.2.1"
}