mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 10:33:35 +08:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"name": "first",
|
|
"version": "1.0.0",
|
|
"description": "hello",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"hello"
|
|
],
|
|
"author": "ykl",
|
|
"license": "ISC"
|
|
}
|