16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "nlg-creator",
|
|
"version": "1.0.0",
|
|
"description": "Simple SPA framework",
|
|
"license": "ISC",
|
|
"author": "Kevand",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |