UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@feathersjs/configuration",
3 "description": "A small configuration module for your Feathers application.",
4 "version": "5.0.22",
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 "directory": "packages/configuration"
21 },
22 "author": {
23 "name": "Feathers contributors",
24 "email": "hello@feathersjs.com",
25 "url": "https://feathersjs.com"
26 },
27 "contributors": [],
28 "bugs": {
29 "url": "https://github.com/feathersjs/feathers/issues"
30 },
31 "engines": {
32 "node": ">= 12"
33 },
34 "files": [
35 "CHANGELOG.md",
36 "LICENSE",
37 "README.md",
38 "src/**",
39 "lib/**",
40 "*.d.ts",
41 "*.js"
42 ],
43 "scripts": {
44 "prepublish": "npm run compile",
45 "pack": "npm pack --pack-destination ../generators/test/build",
46 "compile": "shx rm -rf lib/ && tsc && npm run pack",
47 "test": "NODE_CONFIG_DIR=./test/config mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
48 },
49 "semistandard": {
50 "env": [
51 "mocha"
52 ]
53 },
54 "directories": {
55 "lib": "lib"
56 },
57 "publishConfig": {
58 "access": "public"
59 },
60 "dependencies": {
61 "@feathersjs/commons": "^5.0.22",
62 "@feathersjs/feathers": "^5.0.22",
63 "@feathersjs/schema": "^5.0.22",
64 "@types/config": "^3.3.3",
65 "config": "^3.3.11"
66 },
67 "devDependencies": {
68 "@types/mocha": "^10.0.6",
69 "@types/node": "^20.11.17",
70 "mocha": "^10.3.0",
71 "shx": "^0.3.4",
72 "ts-node": "^10.9.2",
73 "typescript": "^5.3.3"
74 },
75 "gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e"
76}