You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/plugin-declaration-generator/package.json

31 lines
676 B
JSON

{
"name": "tailchat-plugin-declaration-generator",
"private": true,
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "tsc",
"test": "ts-node ./test/index.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.17.7",
"@babel/parser": "^7.17.7",
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.17.3",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2",
"ts-node": "^10.0.0"
}
}