File size: 508 Bytes
4d70170 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"name": "@vue-devtools/app-backend-vue1",
"version": "0.0.0",
"private": true,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rimraf lib && yarn ts",
"build:watch": "yarn ts -w",
"ts": "tsc -d -outDir lib"
},
"dependencies": {
"@vue-devtools/app-backend-api": "^0.0.0",
"@vue-devtools/shared-utils": "^0.0.0"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/webpack-env": "^1.15.1",
"typescript": "^5.3.3"
}
}
|