Some checks failed
CI / test (snapshot, ubuntu-latest) (push) Failing after 1s
CI / test (26.3, macos-latest) (push) Has been cancelled
CI / test (26.3, windows-latest) (push) Has been cancelled
CI / test (27.2, macos-latest) (push) Has been cancelled
CI / test (27.2, windows-latest) (push) Has been cancelled
CI / test (28.1, macos-latest) (push) Has been cancelled
CI / test (28.1, ubuntu-latest) (push) Has started running
CI / test (28.1, windows-latest) (push) Has been cancelled
CI / test (snapshot, macos-latest) (push) Has been cancelled
CI / test (snapshot, windows-latest) (push) Has been cancelled
CI / test (26.3, ubuntu-latest) (push) Has been cancelled
CI / test (27.2, ubuntu-latest) (push) Has been cancelled
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
;; -*- mode: Cask -*-
|
|
(package "npm-transient"
|
|
"0.1.0"
|
|
"A transient menu for NPM projects")
|
|
|
|
(website-url "https://labs.phundrak.com/phundrak/npm-transient.el")
|
|
(keywords "npm" "transient" "convenience" "project" "javascript" "typescript" "node" "yarn" "pnpm")
|
|
|
|
(package-file "npm-transient.el")
|
|
|
|
(source "gnu")
|
|
|
|
(depends-on "emacs" "25.1")
|
|
(depends-on "transient" "0.3.7")
|