UNPKG

1.47 kBJSONView Raw
1{
2 "name": "sutro",
3 "version": "5.3.4",
4 "description": "API Resource Framework",
5 "main": "dist/index.js",
6 "keywords": [
7 "api",
8 "realtime",
9 "rest",
10 "http",
11 "express",
12 "middleware",
13 "streaming"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/contra/sutro.git"
18 },
19 "author": "Contra <yo@contra.io> (https://contra.io)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/contra/sutro/issues"
23 },
24 "homepage": "https://github.com/contra/sutro#readme",
25 "files": [
26 "dist"
27 ],
28 "engines": {
29 "node": ">=12"
30 },
31 "scripts": {
32 "build": "npm run clean && babel src --out-dir dist",
33 "clean": "rimraf dist",
34 "lint": "eslint src test --fix",
35 "test": "mocha --require @babel/register --recursive --reporter spec"
36 },
37 "devDependencies": {
38 "@babel/cli": "^7.10.5",
39 "@babel/register": "^7.10.5",
40 "@stae/babel-node": "^1.0.3",
41 "@stae/linters": "^1.0.1",
42 "eslint": "^7.0.0",
43 "jsonstream-next": "^3.0.0",
44 "lodash.pick": "^4.4.0",
45 "mocha": "^8.0.0",
46 "rimraf": "^3.0.0",
47 "should": "^13.0.0",
48 "supertest": "^6.0.0",
49 "swagger-parser": "^6.0.0"
50 },
51 "dependencies": {
52 "dot-prop": "^6.0.0",
53 "express": "^4.16.3",
54 "handle-async": "^1.0.1",
55 "lodash.omit": "^4.5.0",
56 "parse-duration": "^0.4.4",
57 "pluralize": "^8.0.0",
58 "readable-stream": "^3.6.0",
59 "through2": "^4.0.0",
60 "url-join": "^4.0.0"
61 }
62}