47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@wrnexus/syntax",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"description": "@wrnexus/syntax — part of the WrNexus framework.",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"engines": {
|
|
"bun": ">=1.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "restricted"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./parser": {
|
|
"types": "./dist/parser.d.ts",
|
|
"import": "./dist/parser.js"
|
|
},
|
|
"./tokenizer": {
|
|
"types": "./dist/tokenizer.d.ts",
|
|
"import": "./dist/tokenizer.js"
|
|
},
|
|
"./types": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/types.js"
|
|
},
|
|
"./diagnostics": {
|
|
"types": "./dist/diagnostics.d.ts",
|
|
"import": "./dist/diagnostics.js"
|
|
},
|
|
"./spec": {
|
|
"types": "./dist/spec.d.ts",
|
|
"import": "./dist/spec.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|