-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 978 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 978 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
39
40
41
42
{
"name": "@rightech/utils",
"version": "1.3.2",
"description": "",
"main": "index.js",
"private": false,
"scripts": {
"build": "tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rightech/node-utils.git"
},
"author": "prohazko@rightech.io",
"license": "Apache-2.0",
"files": [
"dist/*",
"src/*",
"index.d.ts"
],
"bugs": {
"url": "https://github.com/Rightech/node-utils/issues"
},
"homepage": "https://github.com/Rightech/node-utils#readme",
"dependencies": {
"@colors/colors": "^1.5.0",
"acorn-walk": "^7.2.0",
"angular-expressions": "^1.1.5",
"deepmerge": "^4.2.2",
"mustache": "^3.1.0",
"nanoid": "^2.1.6",
"stack-trace": "0.0.10"
},
"typings": "index.d.ts",
"devDependencies": {
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0"
}
}