Build Module Studio application composition
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@nodedc/page-patterns",
|
||||
"version": "0.1.0",
|
||||
"description": "Runtime-neutral NODE.DC page template contracts and canonical template manifests.",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"files": ["dist"],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user