mirror of
https://github.com/chenasraf/licenseg.git
synced 2026-05-17 17:48:03 +00:00
20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"name": "license-gen",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"massarg": "1.0.7-pre.1",
|
|
"simple-scaffold": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.2.5"
|
|
}
|
|
}
|