first commit
This commit is contained in:
commit
a68ca93427
7 changed files with 7146 additions and 0 deletions
14
package.json
Normal file
14
package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "cms",
|
||||
"version": "0.1.0",
|
||||
"description": "A backend made with Manifest: https://manifest.build",
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"start": "node node_modules/manifest/scripts/watch/watch.js",
|
||||
"seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"manifest": "^4.16.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue