bms-repository/commands/add-object/package.json
pfych 0029086b3f
Some checks failed
Build & Lint / build-lint (push) Failing after 2m10s
Deploy / setup (push) Failing after 1m3s
Init
2024-10-12 14:08:09 +11:00

15 lines
337 B
JSON

{
"name": "@baseline/add-object",
"version": "1.0.0",
"main": "add-object.js",
"scripts": {
"start": "./add-object.js",
"lint": "echo 'No linting'",
"pretty": "npx prettier --write '*.{ts,tsx,js,json,css,scss,md,yml,yaml,html}'"
},
"devDependencies": {
"readline-sync": "1.4.10",
"js-yaml": "4.1.0"
}
}