UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@feathersjs/feathers",
3 "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
4 "version": "4.5.1",
5 "homepage": "http://feathersjs.com",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/feathersjs/feathers.git"
9 },
10 "keywords": [
11 "feathers",
12 "REST",
13 "socket.io",
14 "realtime"
15 ],
16 "main": "lib/index.js",
17 "types": "index.d.ts",
18 "author": {
19 "name": "Feathers contributors",
20 "email": "hello@feathersjs.com",
21 "url": "https://feathersjs.com"
22 },
23 "license": "MIT",
24 "funding": {
25 "type": "opencollective",
26 "url": "https://opencollective.com/feathers"
27 },
28 "bugs": {
29 "url": "https://github.com/feathersjs/feathers/issues"
30 },
31 "directories": {
32 "lib": "lib"
33 },
34 "scripts": {
35 "test": "mocha --opts ../../mocha.opts",
36 "write-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js",
37 "reset-version": "node -e \"console.log('module.exports = \\'development\\';')\" > lib/version.js",
38 "version": "npm run write-version",
39 "publish": "npm run reset-version"
40 },
41 "engines": {
42 "node": ">= 10"
43 },
44 "publishConfig": {
45 "access": "public"
46 },
47 "dependencies": {
48 "@feathersjs/commons": "^4.5.1",
49 "debug": "^4.1.1",
50 "events": "^3.1.0",
51 "uberproto": "^2.0.4"
52 },
53 "devDependencies": {
54 "mocha": "^7.0.0"
55 },
56 "gitHead": "df79afeb0780402fc317af93a86805e420dcfa93"
57}