generated from raulanatol/template-base-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 898 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
{
"name": "template-base-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:prod": "npm run build && node dist/index.js",
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint --max-warnings 0 . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raulanatol/template-base-ts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raulanatol/template-base-ts/issues"
},
"homepage": "https://github.com/raulanatol/template-base-ts#readme",
"devDependencies": {
"@cowcoders/eslint-config": "1.2.11",
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"eslint": "7.32.0",
"ts-node": "10.2.1",
"typescript": "4.4.3"
}
}