-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.07 KB
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
{
"name": "oredoc",
"version": "0.0.1001",
"description": "Semver-oriented TypeScript library skeleton.",
"main": "dist/main.js",
"bin": {
"example": "cli/example.sh",
"example.js": "cli/example.js"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "suman test",
"postinstall": "./assets/postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/typescript-library-skeleton.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "TODO Yo.Mama",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/ORESoftware/typescript-library-skeleton/issues"
},
"homepage": "https://github.com/ORESoftware/typescript-library-skeleton#readme",
"dependencies": {
"@oresoftware/safe-stringify": "0.0.1001",
"async": "^2.6.1",
"chalk": "^2.4.1"
},
"devDependencies": {
"@types/async": "^2.0.50",
"@types/express": "^4.16.0",
"@types/node": "^9.6.2",
"express": "^4.16.4"
}
}