Files
Epicnabbo-Catalogus-Updated…/Optimized Atomcms daily updated/node_modules/-/package.json
T
2025-11-25 22:42:56 +01:00

18 lines
398 B
JSON

{
"name": "-",
"version": "0.0.1",
"license": "UNLICENSED",
"keywords": [],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --require ts-node/register src",
"build": "tsc"
},
"devDependencies": {
"@types/node": "13.9.0",
"ts-node": "8.6.2",
"typescript": "3.8.3"
}
}