UNPKG

amotify-ex-spreadsheet

Version:
41 lines 1.18 kB
{ "name": "amotify-ex-spreadsheet", "version": "0.0.3", "description": "amotify spreadsheet extension", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "start": "run-p start:*", "start:clean": "rimraf dist", "start:esbuild": "nodemon esbuild.ts --watch", "start:declaration": "npx tsc --declaration --emitDeclarationOnly --skipLibCheck --declarationDir './dist' --watch" }, "repository": { "type": "git", "url": "git+https://github.com/IkkoKoyama/amotify-ex-spreadsheet.git" }, "keywords": [ "amotify", "extension" ], "author": "IkkoKoyama <mingoo.master@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/IkkoKoyama/amotify-ex-spreadsheet/issues" }, "homepage": "https://github.com/IkkoKoyama/amotify-ex-spreadsheet#readme", "dependencies": { "@mingoo/jsmin": "^0.0.53", "@types/react": "^18.3.1", "amotify": "^0.2.25", "esbuild": "^0.20.2", "nodemon": "^3.0.1", "npm-run-all": "^4.1.5", "prop-types": "^15.8.1", "react": "^18.3.1", "rimraf": "^5.0.5", "ts-loader": "^9.5.1", "typescript": "^5.4.5" } }