2022-12-09 10:08:21 -08:00

40 lines
926 B
JSON

{
"name": "@pockethost/cloud-functions",
"version": "0.0.3",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"
},
"repository": {
"url": "https://github.com/benallfree/pockethost"
},
"scripts": {
"dev": "chokidar '**' --ignore 'dist' -c 'parcel build --no-cache' --initial",
"build": "parcel build --no-cache"
},
"devDependencies": {
"parcel": "^2.7.0",
"typescript": "^4.8.3"
},
"targets": {
"main": {
"isLibrary": true,
"context": "browser",
"outputFormat": "esmodule",
"sourceMap": true,
"includeNodeModules": true
}
},
"dependencies": {
"@s-libs/micro-dash": "^14.1.0",
"nanoevents": "^7.0.1",
"nanoid": "^4.0.0",
"svelte": "^3.51.0",
"ts-brand": "^0.0.2"
}
}