UNPKG

2.14 kBJSONView Raw
1{
2 "name": "stix",
3 "version": "4.2.1",
4 "description": "A module-based, TypeScript-first Node.js® framework.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/SpoonX/stix.git"
8 },
9 "author": "RWOverdijk <r.w.overdijk@gmail.com>",
10 "main": "./dist/index.js",
11 "files": [
12 "dist"
13 ],
14 "types": "dist/index.d.ts",
15 "keywords": [
16 "api",
17 "framework",
18 "typescript",
19 "tsc",
20 "koa",
21 "koajs",
22 "node",
23 "wetland"
24 ],
25 "bugs": {
26 "url": "https://github.com/SpoonX/stix/issues"
27 },
28 "homepage": "https://github.com/SpoonX/stix",
29 "scripts": {
30 "test": "jest",
31 "build": "tsc --build tsconfig.json",
32 "dev": "tsc --build -w tsconfig.json",
33 "prepare": "yarn build",
34 "version": "conventional-changelog -p angular -i doc/CHANGELOG.md -s && git add -A doc/CHANGELOG.md",
35 "postpublish": "git push upstream master && git push upstream --tags"
36 },
37 "jest": {
38 "transform": {
39 "^.+\\.tsx?$": "ts-jest"
40 },
41 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(ts?)$",
42 "moduleFileExtensions": [
43 "ts",
44 "js"
45 ]
46 },
47 "devDependencies": {
48 "@types/jest": "^23.3.2",
49 "jest": "^23.6.0",
50 "ts-jest": "^23.1.4",
51 "tslint": "^5.11.0",
52 "tslint-config-prettier": "^1.15.0",
53 "tslint-eslint-rules": "^5.4.0",
54 "typescript": "^3.0.3"
55 },
56 "dependencies": {
57 "@koa/cors": "^2.2.2",
58 "@types/bytes": "^3.0.0",
59 "@types/cli-table": "^0.3.0",
60 "@types/command-line-usage": "^5.0.1",
61 "@types/debug": "^0.0.30",
62 "@types/koa": "^2.0.46",
63 "@types/koa-bodyparser": "^5.0.1",
64 "@types/koa-send": "^4.1.1",
65 "@types/koa__cors": "^2.2.3",
66 "@types/node": "^10.9.4",
67 "@types/prettyjson": "^0.0.28",
68 "chalk": "^2.4.1",
69 "cli-table": "^0.3.1",
70 "command-line-usage": "^5.0.5",
71 "debug": "^4.0.1",
72 "koa": "^2.5.3",
73 "koa-bodyparser": "^4.2.1",
74 "koa-send": "^5.0.0",
75 "path-to-regexp": "^2.4.0",
76 "pretty-error": "^2.1.1",
77 "prettyjson": "^1.2.1",
78 "reflect-metadata": "^0.1.12",
79 "winston": "^3.1.0",
80 "yargs-parser": "^10.1.0"
81 },
82 "license": "MIT"
83}