land/userland/package.json

20 lines
357 B
JSON

{
"name": "userland",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"walt-compiler": "^0.6.2",
"webpack": "^4.9.1"
},
"dependencies": {
"commander": "^2.15.1"
}
}