repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
remove script/cargo.py
[liba.git]
/
example
/
package.json
blob
aa11748b0622766a913e23e5a1d879a7b3fb5c5d
1
{
2
"name": "main",
3
"version": "0.1.0",
4
"main": "index.js",
5
"type": "module",
6
"scripts": {
7
"test": "node ."
8
},
9
"license": "ISC",
10
"dependencies": {
11
"@tqfx/liba": "^0.1"
12
}
13
}