mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
419d6f08c4
* add new node builder mono-module * add example * nodejs-builder-v3: rename to WIP-nodejs-builder-v3 * fix tests --------- Co-authored-by: DavHau <hsngrmpf+github@gmail.com>
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"name": "minimal",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"kitten": "^0.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./node_modules/.bin/esparse --version"
|
|
}
|
|
}
|