mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"name": "@scrypted/deferred",
|
|
"version": "0.0.8",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"prebuild": "rimraf dist",
|
|
"build": "tsc --outDir dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.10",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|