apkit/package.json
2023-05-31 09:48:26 -03:00

18 lines
336 B
JSON

{
"name": "@nulo/apkit",
"type": "module",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@types/node": "^20.2.5"
}
}