Skip to content

Commit 2bf8f94

Browse files
committed
feat(template-ts-package): add initial package structure
Adds the initial package structure for the ts-package template. Future versions of this template should provide a convenient coat template for TypeScript npm packages. See: #7
1 parent f8bdcfb commit 2bf8f94

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {};

packages/template-ts-package/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@coat/template-ts-package",
3+
"version": "0.0.1",
4+
"author": "Peter Juras <me@peterjuras.com>",
5+
"main": "index.js",
6+
"scripts": {},
7+
"keywords": [
8+
"coat",
9+
"template",
10+
"coat-template",
11+
"typescript"
12+
],
13+
"peerDependencies": {
14+
"@coat/cli": "^0.0.1"
15+
},
16+
"license": "MIT"
17+
}

0 commit comments

Comments
 (0)