-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nodets",
"version": "2.0.0",
"description": "node",
"main": "index.ts",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@types/ws": "^7.4.2",
"base64url": "^3.0.1",
"canvas": "^2.9.0",
"cookie-parser": "^1.4.5",
"dotenv": "",
"escape-html": "^1.0.3",
"express-hibernate-wrapper": "^1.0.18",
"express-session": "^1.17.1",
"express-ws": "^4.0.0",
"hibernatets": "^1.0.72",
"image-decode": "^1.2.2",
"image-encode": "^1.3.1",
"mariadb": "",
"mkdirp": "^1.0.4",
"node-fetch": "2.6.6",
"node-media-server": "^2.2.4",
"node-typescript-compiler": "^2.1.2",
"nodemon": "^2.0.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@types/express": "",
"@types/jest": "^26.0.21",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unused-imports": "^1.1.0",
"jest": "^26.6.3",
"ts-node": "",
"tslint": "",
"typescript": "^4.3.2"
},
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"styleext": "less",
"nodemon config test": "diff package.json ./package-cp.json && ------- || echo 'running npm install first' && npm install && cp ./package.json ./package-cp.json && node -r ts-node/register",
"nodemonConfig": {
"execMap": {
"ts": " echo 'reloading nodemon !!!!!!!!!!!!!!!!!!!!!!!!' && node -r ts-node/register"
},
"verbose": true,
"ignore": [
"**/*.d.ts",
"service/resources/*",
"public/*",
"package-cp.json",
"package-lock.json"
],
"delay": "0"
}
}