content/package.json

17 lines
357 B
JSON

{
"name": "content",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile" : "./node_modules/.bin/tsc -p tsconfig.browser.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}