forked from wincent/wincent
-
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) · 751 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "wincent",
"description": "\"dotfiles\" and system configuration",
"version": "0.0.1",
"main": "/dev/null",
"private": true,
"repository": "https://github.com/wincent/wincent.git",
"author": "Greg Hurrell <greg@hurrell.net>",
"license": "Unlicense",
"scripts": {
"ci": "yarn format:check",
"format:check": "npx prettier --check \"**/*.{js,json,md,ts}\" \"*.{md,ts}\" aspects/dotfiles/files/.zsh/liferay/bin/portool",
"format": "npx prettier --write \"**/*.{js,json,md,ts}\" \"*.{md,ts}\" aspects/dotfiles/files/.zsh/liferay/bin/portool"
},
"type": "module",
"dependencies": {
"typescript": "*"
},
"devDependencies": {
"@types/node": "*"
}
}