UNPKG

610 BJSONView Raw
1{
2 "name": "@ayanaware/errors",
3 "version": "1.0.2",
4 "description": "AyanaWare Errors",
5 "repository": {
6 "type": "git",
7 "url": "https://gitlab.com/ayanaware/errors"
8 },
9 "author": "Ayana Developers <devs@ayana.io>",
10 "contributors": [
11 "HcgRandon <me@randon.moe>",
12 "TheAkio <me@theak.io>"
13 ],
14 "main": "build/index.js",
15 "types": "build/index.d.ts",
16 "scripts": {
17 "build": "ayc build",
18 "prepublishOnly": "ayc clean build"
19 },
20 "devDependencies": {
21 "@ayanaware/ts": "^1.1.3",
22 "@types/node": "^12.12.17",
23 "tslint": "^5.20.1",
24 "typescript": "^3.7.3"
25 },
26 "license": "MIT",
27 "private": false
28}