11 lines
185 B
JSON
11 lines
185 B
JSON
|
|
{
|
||
|
|
"name": "systemjs-builder-test",
|
||
|
|
"private": true,
|
||
|
|
"dependencies": {
|
||
|
|
"systemjs-builder": "^0.15.34"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "rm -f output.js && node build.js"
|
||
|
|
}
|
||
|
|
}
|