- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
11 lines (11 loc) · 483 Bytes
/
Copy pathpackage.json
File metadata and controls
11 lines (11 loc) · 483 Bytes
1
2
3
4
5
6
7
8
9
10
11
{
"name": "tiny-code-editor",
"version": "1.0.0",
"description": "Not only is it a simple editor of 300b, but you can also copy-paste the code snippets into a bookmark URL or directly into the address bar making it available offline as well.",
"scripts": {
"preinstall": "npm i serve concurrently opener -g",
"start": "concurrently \"serve src -p 3034\"\"opener http://localhost:3034\""
},
"author": "Lewis Nakao <lewdev@gmail.com>",
"license": "UNLICENSED"
}