-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 970 Bytes
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": "@momothepug/tsmodule-alias-examplemod",
"version": "1.0.0",
"description": "Example to showcase tsmodule-alias module",
"main": "index.js",
"scripts": {
"run": "node ./index.js",
"build": "tsc -p \"./\"",
"start": " npm run build && node index.js ",
"runtime": " npm run build && node runtime-example.js "
},
"homepage": "https://github.com/momoThePug/tsmodule-alias-example",
"keywords": [
"extend",
"modules",
"node",
"path",
"typescript",
"alias",
"resolve"
],
"dependencies": {
"@momothepug/tsmodule-alias": "^0.1.2",
"@types/node": "^9.4.5",
"typescript": "^2.7.1"
},
"devDependencies": {
"ts-node": "^3.3.0",
"tspath": "^1.2.10",
"typescript": "2.4.2",
"tsconfig-paths": "^3.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momoThePug/tsmodule-alias-example.git"
},
"author": "Daniel Vera Morales",
"license": "MIT"
}