Files
nlg-creator/package.json
Kevand 6a73d483bb init
2026-03-02 15:28:20 +00:00

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"
}
}