12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"name": "hello",
|
|
"description": "Hello world",
|
|
"files": [
|
|
"hello.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
}
|