20 lines
477 B
JSON
20 lines
477 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|