-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "@momothepug/tsmodule-alias",
"version": "1.0.0",
"description": "Nodejs module loader from Typescript path alias",
"main": "dist/tsmodule-alias.js",
"scripts": {
"test": "mocha -r ts-node/register -r tsconfig-paths/register src/**/*.spec.ts",
"build": "grunt build"
},
"engines": {
"node": ">=6.12.0"
},
"homepage": "https://github.com/momoThePug/tsmodule-alias",
"keywords": [
"extend",
"modules",
"node",
"path",
"typescript",
"alias",
"resolve"
],
"repository": {
"type": "git",
"url": "https://github.com/momoThePug/tsmodule-alias.git"
},
"author": "Daniel Vera Morales",
"license": "MIT",
"dependencies": {
"@types/node": "^9.4.5",
"rtrim": "^1.0.0",
"typescript": "^2.7.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"chai": "^4.1.2",
"grunt": "^1.0.2",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"mocha": "^3.5.0",
"ts-node": "^3.3.0",
"tsconfig-paths": "^3.1.1",
"tspath": "^1.2.10",
"typescript": "2.4.2"
}
}