-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "meteor-devel-settings",
"version": "2.0.1",
"description": "Meteor settings.json override with devel and personal levels",
"main": "lib/devel-settings.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adversinc/devel-settings.git"
},
"keywords": [
"meteor",
"settings",
"development"
],
"author": "Glaznah Gassner",
"license": "MIT",
"bugs": {
"url": "https://github.com/adversinc/devel-settings/issues"
},
"homepage": "https://github.com/adversinc/devel-settings#readme",
"dependencies": {
"deep-assign": "^2.0.0",
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@types/deep-assign": "^0.1.1",
"@types/node": "^22.5.1",
"assert": "^2.1.0",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"source-map-support": "^0.5.21",
"typescript": "^5.5.4"
}
}