You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
778 B
30 lines
778 B
|
6 days ago
|
{
|
||
|
|
"name": "bluezjs",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"build": "babel index.js -d dist",
|
||
|
|
"start": "npm run build && node dist/index.js",
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"description": "",
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/cli": "^7.28.3",
|
||
|
|
"@babel/core": "^7.28.5",
|
||
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||
|
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
||
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
||
|
|
"@babel/preset-env": "^7.28.5",
|
||
|
|
"babel-loader": "^10.0.0",
|
||
|
|
"webpack": "^5.103.0",
|
||
|
|
"webpack-cli": "^6.0.1",
|
||
|
|
"webpack-node-externals": "^3.0.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"dbus-next": "^0.10.2",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|