UNPKG

909 BJSONView Raw
1{
2 "name": "@rngnrs/figurecon",
3 "version": "1.2.0",
4 "description": "Simple real-time updating configuration module",
5 "author": "rngnrs <sup@tumba.ch>",
6 "main": "index.cjs",
7 "exports": {
8 "import": "./index.js",
9 "require": "./index.cjs"
10 },
11 "type": "module",
12 "scripts": {
13 "coverage": "c8 --temp-directory /tmp/c8/ npm test",
14 "test": "mocha tests/*"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/rngnrs/figurecon"
19 },
20 "bugs": {
21 "url": "https://github.com/rngnrs/figurecon/issues"
22 },
23 "keywords": [
24 "conf",
25 "config",
26 "configuration"
27 ],
28 "homepage": "https://github.com/rngnrs/figurecon#readme",
29 "dependencies": {
30 "fast-deep-equal": "^3.1.3",
31 "json-key-path-list": "^1.0.0",
32 "node-watch": "^0.7.1"
33 },
34 "engines": {
35 "node": ">= 13.0"
36 },
37 "devDependencies": {
38 "c8": "^7.7.2",
39 "mocha": "^8.4.0"
40 }
41}