forked from ricmoo/flatworm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 Bytes
/
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
{
"author": "Richard Moore <[email protected]>",
"bin": {
"flatworm": "./lib/cli.js"
},
"dependencies": {},
"description": "A very simple documentation generation tool.",
"devDependencies": {
"@types/node": "^13.11.1",
"typescript": "^3.8.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"gitHead": "ac5d2ec13cc33bc9066e40c6f91756159e908e8b",
"keywords": [
"documentation",
"docs"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "flatworm",
"repository": {
"type": "git",
"url": "git://github.com/ricmoo/flatworm.git"
},
"scripts": {
"auto-build": "npm run build -- -w",
"build": "tsc --build ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xe06df790c36c42337c0cf566b2dd63477f6da04ceaea2eccd7b697924ff5f86b",
"version": "0.0.2-beta.7"
}