-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.08 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
{
"name": "@oresoftware/fly",
"version": "0.0.104",
"description": "Semver-oriented TypeScript library skeleton.",
"main": "dist/middleware.js",
"bin": {
"oresoftware_fly": "dist/cli.js"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "suman test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-org/fly.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "TODO Yo.Mama",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/your-org/fly/issues"
},
"homepage": "https://github.com/your-org/fly#readme",
"dependencies": {
"@oresoftware/waldo": "latest",
"chalk": "^2.4.1",
"clean-trace": "latest",
"gmx": "latest",
"istanbul": "^0.4.5",
"parseurl": "^1.3.2",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/core-js": "^0.9.46",
"@types/express": "^4.11.1",
"@types/node": "^9.6.2",
"@types/parseurl": "^1.3.1",
"@types/uuid": "^3.4.3",
"express": "^4.16.3"
}
}