11 lines
260 B
JSON
11 lines
260 B
JSON
{
|
|
"name": "evolver",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "npx -y serve . -n"
|
|
},
|
|
"repository": "git@git.jusemon.com:jusemon/evolver.git",
|
|
"author": "Jusemon <juansmm@outlook.com>",
|
|
"license": "MIT"
|
|
}
|