asipilot / packages /shared /package.json
E5K7's picture
feat: Python and Java support with URL routing and HF Spaces Dockerfile
9a3a32e
{
"name": "@asipilot/shared",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"devDependencies": {
"typescript": "^5.4.0"
}
}