11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"name": "nirvana",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/talksik/nirvana.git",
|
|
"author": "Arjun Patel <[email protected]>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": ["packages/*", "packages/serverless/functions"]
|
|
}
|