mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@scrypted/sdk",
|
|
"version": "0.0.134",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"prebuild": "typedoc && ts-node gen/build",
|
|
"build": "tsc",
|
|
"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/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
|
|
"@babel/plugin-transform-typescript": "^7.15.8",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"adm-zip": "^0.4.13",
|
|
"axios": "^0.21.4",
|
|
"babel-loader": "^8.2.3",
|
|
"babel-plugin-const-enum": "^1.1.0",
|
|
"esbuild": "^0.13.8",
|
|
"ncp": "^2.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"tmp": "^0.2.1",
|
|
"ts-loader": "^9.2.6",
|
|
"webpack": "^5.59.0"
|
|
},
|
|
"devDependencies": {
|
|
"typedoc": "^0.22.8",
|
|
"stringify-object": "^3.3.0",
|
|
"@types/node": "^16.11.1",
|
|
"typescript-json-schema": "^0.50.1",
|
|
"@types/stringify-object": "^4.0.0",
|
|
"ts-node": "^10.4.0"
|
|
},
|
|
"types": "index.d.ts"
|
|
}
|