-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 828 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
{
"author": {
"email": "[email protected]",
"name": "Jorge Fuentes",
"url": "http://llorxscript.blogspot.com.es"
},
"files": [
"dist/",
"LICENSE"
],
"scripts": {
"build": "npm run build-ts",
"build-ts": "tsc"
},
"devDependencies": {
"@types/node": "^6.0.46"
},
"dependencies": {
"watcher-require": "^0.2.6"
},
"description": "Require a module and receive a callback with an up-to-date one each time is modified",
"keywords": [
"override",
"require",
"module",
"custom",
"function",
"watcher"
],
"license": "MIT",
"main": "./dist/UpdatedRequire.js",
"types": "./dist/UpdatedRequire.d.ts",
"name": "updated-require",
"repository": {
"type": "git",
"url": "https://github.com/llorx/updated-require"
},
"version": "0.1.0"
}