UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@feathersjs/configuration",
3 "description": "A small configuration module for your Feathers application.",
4 "version": "4.5.11",
5 "homepage": "https://feathersjs.com",
6 "main": "lib/",
7 "types": "lib/",
8 "keywords": [
9 "feathers",
10 "feathers-plugin"
11 ],
12 "license": "MIT",
13 "funding": {
14 "type": "github",
15 "url": "https://github.com/sponsors/daffl"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/feathersjs/feathers.git"
20 },
21 "author": {
22 "name": "Feathers contributors",
23 "email": "hello@feathersjs.com",
24 "url": "https://feathersjs.com"
25 },
26 "contributors": [],
27 "bugs": {
28 "url": "https://github.com/feathersjs/feathers/issues"
29 },
30 "engines": {
31 "node": ">= 10"
32 },
33 "files": [
34 "CHANGELOG.md",
35 "LICENSE",
36 "README.md",
37 "src/**",
38 "lib/**",
39 "*.d.ts",
40 "*.js"
41 ],
42 "scripts": {
43 "prepublish": "npm run compile",
44 "compile": "shx rm -rf lib/ && tsc",
45 "test": "npm run compile && npm run mocha",
46 "mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
47 },
48 "semistandard": {
49 "env": [
50 "mocha"
51 ]
52 },
53 "directories": {
54 "lib": "lib"
55 },
56 "publishConfig": {
57 "access": "public"
58 },
59 "dependencies": {
60 "@feathersjs/feathers": "^4.5.11",
61 "config": "^3.3.3",
62 "debug": "^4.3.1"
63 },
64 "devDependencies": {
65 "@types/config": "^0.0.37",
66 "@types/debug": "^4.1.5",
67 "@types/mocha": "^8.0.4",
68 "@types/node": "^14.14.10",
69 "mocha": "^8.2.1",
70 "shx": "^0.3.3",
71 "ts-node": "^9.1.0",
72 "typescript": "^4.1.2"
73 },
74 "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81"
75}