forked from rsm-hcd/RSM.HCD.CSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 706 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "AndcultureCode.CSharp",
"version": "1.0.0",
"description": "Simple nodejs tooling for managing the project",
"main": "npx and-cli",
"private": true,
"scripts": {
"configure:git": "echo Ensuring git hooksPath is set to .githooks directory && git config core.hooksPath .githooks && chmod +x .githooks/*",
"preinstall": "npm run configure:git"
},
"repository": {
"type": "git",
"url": "https://github.com/AndcultureCode/AndcultureCode.CSharp.git"
},
"author": "andculture",
"license": "ISC",
"homepage": "https://github.com/AndcultureCode/AndcultureCode.CSharp#readme",
"devDependencies": {
"and-cli": "2.8.0",
"prettier": "1.19.1"
}
}