what have i done
This commit is contained in:
26
scripts/csound-parser/package.json
Normal file
26
scripts/csound-parser/package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "csound-manual-parser",
|
||||
"version": "1.0.0",
|
||||
"description": "Parser for Csound manual to generate TypeScript reference files",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"parse": "tsx index.ts",
|
||||
"download": "tsx index.ts --download",
|
||||
"build": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"csound",
|
||||
"parser",
|
||||
"documentation"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"tsx": "^4.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^7.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user