-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 857 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
{
"name": "require-extension-hooks",
"version": "0.3.3",
"description": "Add hooks for js extension types",
"main": "src/index.js",
"scripts": {
"test": "ava"
},
"ava": {
"files": "spec/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jackmellis/require-extension-hooks.git"
},
"author": "Jack Ellis",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackmellis/require-extension-hooks/issues"
},
"homepage": "https://github.com/jackmellis/require-extension-hooks#readme",
"dependencies": {
"convert-source-map": "^1.3.0",
"merge-source-map": "^1.0.3",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"source-map": "^0.5.6"
},
"devDependencies": {
"ava": "^0.20.0",
"inspect-process": "^0.5.0"
},
"engines": {
"node": ">=8.0.0"
}
}