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