mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "@lukehagar/plexjs-examples",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:parent": "cd .. && npm i && npm run build && cd -",
|
|
"build:examples": "npm i",
|
|
"build": "npm run build:parent && npm run build:examples"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"tsx": "^4.19.2"
|
|
},
|
|
"dependencies": {
|
|
"@lukehagar/plexjs": "file:.."
|
|
}
|
|
} |