-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@nod/debug-with-package-name",
"version": "4.0.3",
"description": "Auto prefixes debug module with package name",
"main": "build/index.js",
"module": "build/index.esm.js",
"sideEffects": false,
"files": [
"src",
"build",
"flow-typed",
".flowconfig"
],
"scripty": {
"modules": [
"@nod/scripty-module"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOD-studios/nod.git"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NOD-studios/nod#readme",
"bugs": {
"url": "https://github.com/NOD-studios/nod/issues"
},
"keywords": [
"debug",
"prefix",
"package",
"name"
],
"dependencies": {
"debug": "^4.0.1",
"dotenv-safe": "^8.1.0",
"read-pkg-up": "^7.0.0"
},
"devDependencies": {
"@nod/babel-preset-nod": "workspace:*",
"@nod/jest-config": "workspace:*",
"@nod/scripty-module": "workspace:*",
"@nod/webpack-devops-config": "workspace:*",
"@types/debug": "^4.1.5",
"@types/dotenv-safe": "^5.0.3",
"@types/read-pkg-up": "^6.0.0",
"@types/webpack": "^4.39.1",
"scripty": "^1.9.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"eslintIgnore": [
"bin",
"build",
"flow-typed",
"node_modules"
],
"gitHead": "e13d846b9010af905d06085a891d932d5fd92312",
"scripts": {
"build:all": "scripty",
"build:react-scripts": "scripty",
"build:tsc": "scripty",
"clean:lock": "scripty",
"clean:output": "scripty",
"configure:env": "scripty",
"configure:get": "scripty",
"configure:scripty": "scripty",
"jest:test": "scripty",
"jest:watch": "scripty",
"package:name": "scripty",
"postinstall": "scripty",
"prebuild": "scripty",
"prepare": "scripty",
"prestart": "scripty",
"pretest": "scripty",
"run:a": "scripty",
"run:p": "scripty",
"run:s": "scripty",
"start:all": "scripty",
"start:react-scripts": "scripty",
"start:tsc": "scripty",
"start:tslint": "scripty",
"test:all-watch": "scripty",
"test:all": "scripty",
"test:react-scripts": "scripty",
"ts:c": "scripty",
"ts:install-types": "scripty",
"ts:lint": "scripty",
"wait-on": "scripty"
}
}