-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 956 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
{
"name": "@codedoc/boilerplate",
"version": "1.0.0",
"description": "starting point for codedoc projects",
"main": "index.js",
"scripts": {
"start": "ts-node -T --project .codedoc/tsconfig.json .codedoc/watch",
"serve": "ts-node -T --project .codedoc/tsconfig.json .codedoc/serve",
"build": "ts-node --project .codedoc/tsconfig.json .codedoc/build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CONNECT-platform/codedoc-boilerplate.git"
},
"author": "Eugene Ghanizadeh Khoub <ghanizadeh.eugene@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CONNECT-platform/codedoc-boilerplate/issues"
},
"homepage": "https://github.com/CONNECT-platform/codedoc-boilerplate#readme",
"dependencies": {},
"devDependencies": {
"ts-node": "^8.8.2",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3"
}
}