ardunno-sketch
Version:
Utility for Arduino sketches
52 lines (51 loc) • 1.3 kB
JSON
{
"name": "ardunno-sketch",
"version": "0.1.0-beta.3",
"description": "Utility for Arduino sketches",
"main": "./dist/index",
"typings": "./dist/index",
"files": [
"dist"
],
"keywords": [
"arduino",
"sketch",
"sketchbook",
"ardunno"
],
"author": "dankeboy36",
"license": "MIT",
"bugs": {
"url": "https://github.com/dankeboy36/ardunno-sketch/issues"
},
"homepage": "https://github.com/dankeboy36/ardunno-sketch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dankeboy36/ardunno-sketch.git"
},
"scripts": {
"build": "tsc -p ./",
"watch": "tsc -w -p ./",
"clean": "rimraf ./dist",
"test": "mocha",
"format": "prettier --write .",
"lint": "eslint ./src --ext ts",
"prepublishOnly": "npm run clean && npm run test && npm run lint && prettier --check . && npm run build"
},
"dependencies": {
"globby": "^11.1.0",
"set-value": "^4.1.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/set-value": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}