-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 934 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
{
"name": "dev.d",
"version": "2.0.0",
"type": "module",
"description": "A package to build a consistent and rich bash shell environment across windows, linux and macOS. Version 2+ represents a move away from a bash/python mix to a Node.js logical core.",
"main": "src/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zentechinc/dev.d.git"
},
"author": "callMeIvan",
"license": "ISC",
"bugs": {
"url": "https://github.com/zentechinc/dev.d/issues"
},
"homepage": "https://github.com/zentechinc/dev.d#readme",
"devDependencies": {
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"eslint": "^7.13.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.21.5"
},
"dependencies": {
"jest": "^27.0.6",
"lodash": "^4.17.20"
}
}