forked from RoamJS/smartblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 835 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "smartblocks",
"version": "1.0.0",
"description": "Create custom and programmable templates from within Roam!",
"main": "./build/main.js",
"scripts": {
"prebuild:roam": "npm install",
"build:roam": "roamjs-scripts build --depot",
"dev": "roamjs-scripts dev --depot",
"lambdas": "roamjs-scripts lambdas",
"preserver": "roamjs-scripts lambdas --build",
"server": "localhost-lambdas",
"start": "concurrently npm:dev npm:server"
},
"license": "MIT",
"devDependencies": {
"@types/aws-lambda": "^8.10.78",
"@types/lodash": "^4.14.176",
"concurrently": "^7.1.0",
"localhost-lambdas": "^0.4.2",
"roamjs-scripts": "^0.21.6",
"typescript": "^4.3.2"
},
"dependencies": {
"lodash": "^4.17.21",
"roamjs-components": "^0.70.21",
"xregexp": "^5.1.0"
}
}