Skip to content

Commit cb8b033

Browse files
authored
Create package.json
1 parent c5870d3 commit cb8b033

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "sketch-color-import",
3+
"private": true,
4+
"description": "",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/db-ui/sketch-color-import"
8+
},
9+
"author": "",
10+
"license": "Apache-2.0",
11+
"scripts": {
12+
"prepare": "husky"
13+
},
14+
"devDependencies": {
15+
"husky": "9.1.7"
16+
}
17+
}

0 commit comments

Comments
 (0)