mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@scrypted/sdk",
|
|
"version": "0.0.72",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"webpack": "webpack-cli --config webpack.config.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"scrypted-package-json": "bin/scrypted-package-json.js",
|
|
"scrypted-readme": "bin/scrypted-readme.js",
|
|
"scrypted-webpack": "bin/scrypted-webpack.js",
|
|
"scrypted-deploy-debug": "bin/scrypted-deploy-debug.js",
|
|
"scrypted-deploy": "bin/scrypted-deploy.js",
|
|
"scrypted-debug": "bin/scrypted-debug.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
|
|
"@babel/plugin-transform-typescript": "^7.15.0",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^0.21.1",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-template": "^6.26.0",
|
|
"browserify-buffertools": "^1.0.2",
|
|
"bytebuffer": "^5.0.1",
|
|
"chalk": "^2.4.2",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"engine.io-client": "^3.3.2",
|
|
"event-target-shim": "^5.0.1",
|
|
"events": "^3.0.0",
|
|
"long": "^4.0.0",
|
|
"node-cmd": "^3.0.0",
|
|
"node-ip": "^0.1.2",
|
|
"raw-loader": "^1.0.0",
|
|
"terser": "^3.14.1",
|
|
"ts-loader": "^5.4.5",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"typescript": "^4.3.5",
|
|
"webpack": "^4.28.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-inject-plugin": "^1.0.2",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
|
|
"@types/node": "^16.6.1",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"babel-plugin-minify-dead-code-elimination": "^0.5.1"
|
|
},
|
|
"types": "./index.d.ts"
|
|
}
|