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")
|