diff --git a/cli/built/package.json b/cli/built/package.json new file mode 100644 index 0000000000..8f9dc2838c --- /dev/null +++ b/cli/built/package.json @@ -0,0 +1,21 @@ +{ + "name": "devicescript-cli", + "version": "0.0.0", + "description": "DeviceScript command line tool", + "bin": "./built/devicescript-cli.cjs", + "files": [ + "./built/devicescript-cli.cjs", + "buffer", + "README.md" + ], + "license": "MIT", + "devDependencies": { + "@types/fs-extra": "^9.0.13", + "@types/node": "^18.11.9" + }, + "dependencies": { + "commander": "^9.4.1", + "fs-extra": "^10.1.0", + "devicescript-compiler": "0.0.0" + } +} diff --git a/cli/package.json b/cli/package.json index 6c6e597d15..84617746a8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "devicescript-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "DeviceScript command line tool", "bin": "./built/devicescript-cli.cjs", "files": [