-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 854 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 854 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
{
"name": "cresolve",
"version": "1.0.2",
"description": "Node-style module resolution for SystemJS",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"prepublish": "tsc -p src && tsc -p src/ts-system.json",
"test": "tsc -p test && node test/test.js"
},
"author": "Juha Järvi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/charto/cresolve.git"
},
"bugs": {
"url": "https://github.com/charto/cresolve/issues"
},
"homepage": "https://github.com/charto/cresolve#readme",
"keywords": [
"browser",
"config",
"node",
"npm",
"package",
"resolve",
"systemjs"
],
"devDependencies": {
"@types/node": "^10.9.2",
"@types/systemjs": "^0.20.6",
"systemjs": "~0.21.4",
"typescript": "^3.0.1"
}
}